Skip to content

Commit 01e6ae6

Browse files
authored
Update build-project.yml to use gradle actions v4
1 parent 4b44d80 commit 01e6ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ inputs.checkout-ref || github.ref }}
2828

2929
- name: Validate Gradle Wrapper
30-
uses: gradle/actions/wrapper-validation@v3
30+
uses: gradle/actions/wrapper-validation@v4
3131

3232

3333
build-gradle:
@@ -53,7 +53,7 @@ jobs:
5353
java-version: "21"
5454

5555
- name: Setup Gradle
56-
uses: gradle/actions/setup-gradle@v3
56+
uses: gradle/actions/setup-gradle@v4
5757
with:
5858
gradle-home-cache-cleanup: true
5959
cache-encryption-key: ${{ secrets.GRADLE_CONFIGURATION_CACHE_ENCRYPTION_KEY }}

0 commit comments

Comments
 (0)