Skip to content

Commit

Permalink
♻️ refactor(.github/workflows): Update Gradle wrapper validation ac…
Browse files Browse the repository at this point in the history
…tion version from v3 to v4.
  • Loading branch information
vnobo committed Dec 23, 2024
1 parent 4dea7a3 commit 5b36409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- uses: gradle/actions/wrapper-validation@v4
- name: Set up java 21 for x64
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5b36409

Please sign in to comment.