Skip to content

Commit

Permalink
Merge pull request #71 from bgalek/dependabot/github_actions/gradle/w…
Browse files Browse the repository at this point in the history
…rapper-validation-action-3

Bump gradle/wrapper-validation-action from 1 to 3
  • Loading branch information
github-actions[bot] authored Apr 15, 2024
2 parents 672aafb + 7b986ea commit 81a66a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 81a66a9

Please sign in to comment.