Skip to content

Commit

Permalink
Update gradle/wrapper-validation-action action to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 229e337 commit 3667625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v3.3.2
uses: gradle/wrapper-validation-action@v3.4.1
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
latest=`curl -s https://services.gradle.org/versions/current | jq -cr ".version"`
echo ::set-output name=latest_version::${latest}
./gradlew wrapper --gradle-version $latest
- uses: gradle/wrapper-validation-action@v3.3.2
- uses: gradle/wrapper-validation-action@v3.4.1
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: Upgrade Gradle Wrapper to ${{ steps.update.outputs.latest_version }}
Expand Down

0 comments on commit 3667625

Please sign in to comment.