Skip to content

Commit d0b856e

Browse files
committed
Use the latest Gradle action for all the CI scripts.
1 parent 4c1b8d1 commit d0b856e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
distribution: "temurin"
2626
java-version: ${{ matrix.jre }}
2727
- name: gradle caching
28-
uses: gradle/gradle-build-action@v3
29-
with:
30-
gradle-home-cache-cleanup: true
28+
uses: gradle/actions/setup-gradle@v4
3129
- name: git fetch origin main
3230
run: git fetch origin main
3331
- name: gradlew build

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
java-version: 11
4242
distribution: 'temurin'
4343
- name: gradle caching
44-
uses: gradle/gradle-build-action@v3
45-
with:
46-
gradle-home-cache-cleanup: true
44+
uses: gradle/actions/setup-gradle@v4
4745
- run: git fetch origin main
4846
- name: publish all
4947
if: "${{ github.event.inputs.to_publish == 'all' }}"

0 commit comments

Comments
 (0)