Skip to content

Commit

Permalink
Update gradle/actions action to v4 (#93)
Browse files Browse the repository at this point in the history
* Update gradle/actions action to v4

* Apply suggestions from code review

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler committed Aug 4, 2024
1 parent e5ea7af commit 519cb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
distribution: temurin
java-version: 17

- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- uses: gradle/actions/setup-gradle@v4

- name: Prepare release name
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
distribution: temurin
java-version: 17

- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- uses: gradle/actions/setup-gradle@v4

- name: Run build
run: ./gradlew build

0 comments on commit 519cb41

Please sign in to comment.