Skip to content

Commit

Permalink
Merge pull request #91 from yuzawa-san/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/wrapper-validation-action-3

Bump gradle/wrapper-validation-action from 2 to 3
  • Loading branch information
yuzawa-san authored May 3, 2024
2 parents 5d7cb41 + 1bb5b03 commit 0317a9c
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 @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- name: Use JDK 19
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 0317a9c

Please sign in to comment.