Skip to content

Commit

Permalink
Bump gradle/wrapper-validation-action from 2 to 3 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and pkwarren committed Apr 19, 2024
1 parent c0acb7c commit 16cedfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
github_token: ${{ github.token }}
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3
- name: Configure GPG signing & publish
env:
GPG_KEY: ${{ secrets.GPG_KEY }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3
- name: sha256
run: |
tag=$(git describe --tags --abbrev=0 --exact-match)
Expand Down

0 comments on commit 16cedfd

Please sign in to comment.