Skip to content

Commit 7330129

Browse files
committed
Update gradle/actions action to v5.
1 parent d0ae681 commit 7330129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
distribution: 'zulu'
3131
java-version: '25'
32-
- uses: gradle/actions/setup-gradle@v4
32+
- uses: gradle/actions/setup-gradle@v5
3333
with:
3434
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3535
- name: Assemble
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
distribution: 'zulu'
4949
java-version: '25'
50-
- uses: gradle/actions/setup-gradle@v4
50+
- uses: gradle/actions/setup-gradle@v5
5151
with:
5252
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
5353
- name: Checks
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
git config --global user.name "GitHub Action"
7575
git config --global user.email "[email protected]"
76-
- uses: gradle/actions/setup-gradle@v4
76+
- uses: gradle/actions/setup-gradle@v5
7777
with:
7878
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
7979
- name: Functional tests
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
distribution: 'zulu'
104104
java-version: '25'
105-
- uses: gradle/actions/setup-gradle@v4
105+
- uses: gradle/actions/setup-gradle@v5
106106
with:
107107
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
108108
- name: Deploy snapshot

0 commit comments

Comments
 (0)