Skip to content

Commit

Permalink
Fix workflow failure caused by setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Dec 7, 2024
1 parent 2384013 commit 64602c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
java-version: 17
distribution: temurin
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: ${{ inputs.publish-caches == 'true' }}
cache-read-only: ${{ inputs.publish-caches != 'true' }}
validate-wrappers: false
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

build:

Expand Down

0 comments on commit 64602c0

Please sign in to comment.