Skip to content

Commit

Permalink
Update setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTsar committed Aug 9, 2024
1 parent 11db758 commit 5bc6302
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"
validate-wrappers: true

- name: Query Browser Cache ID
id: browser-cache-id
Expand Down

0 comments on commit 5bc6302

Please sign in to comment.