Skip to content

Commit

Permalink
Update Build Setup to use Node 20 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Jul 10, 2024
1 parent 8be71e8 commit cb65882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ runs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
cache-write-only: ${{ inputs.update-cache }}
generate-job-summary: false
add-job-summary: 'on-failure'
gradle-home-cache-includes: |
caches
caches/retro_futura_gradle
Expand Down

0 comments on commit cb65882

Please sign in to comment.