Skip to content

Commit

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

Bump gradle/wrapper-validation-action from 1 to 2
  • Loading branch information
yuzawa-san authored Feb 1, 2024
2 parents c70d56d + 4b10295 commit 427f4ee
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@v1
- uses: gradle/wrapper-validation-action@v2
- 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@v1
- uses: gradle/wrapper-validation-action@v2
- name: Use JDK 19
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 427f4ee

Please sign in to comment.