Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v4 (pinterest#2760)
Browse files Browse the repository at this point in the history
* Update gradle/actions action to v4

* Update gradle/actions to v4

- Remove explicit gradle wrapper-validation as this is now done by setup-gradle-build action

Closes pinterest#2760

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Dingemans <paul-dingemans@users.noreply.github.com>
  • Loading branch information
renovate[bot] and paul-dingemans authored Aug 20, 2024
1 parent 34556a6 commit b898462
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ runs:
printf "org.gradle.vfs.watch=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- uses: gradle/actions/setup-gradle@v4
4 changes: 1 addition & 3 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
distribution: 'zulu'
java-version: 21

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

- name: Get last released version
run: echo "version=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

0 comments on commit b898462

Please sign in to comment.