Skip to content

Commit

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

Bump gradle/wrapper-validation-action from 1 to 2
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
2 parents 65e4bc5 + a25e0d5 commit bdb5549
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2
- 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@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit bdb5549

Please sign in to comment.