Skip to content

Commit

Permalink
Merge pull request #59 from OneLiteFeatherNET/renovate/gradle-wrapper…
Browse files Browse the repository at this point in the history
…-validation-action-3.x

Update gradle/wrapper-validation-action action to v3
  • Loading branch information
OneLiteFeather committed May 13, 2024
2 parents 6066fb3 + e7ff58b commit 4e5c92c
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-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3
- name: Setup Java
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:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4e5c92c

Please sign in to comment.