Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(ci): resolve deprecation in gradle/actions/setup-gradle@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Aug 18, 2024
1 parent e8355ae commit dcc7d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/reusable-workflows/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ runs:
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
with:
add-job-summary: always
cache-cleanup: on-success
cache-read-only: ${{ inputs.cache-read-only }}
dependency-graph: ${{ inputs.dependency-graph }}
gradle-home-cache-cleanup: true
gradle-version: ${{ inputs.gradle-version }}
validate-wrappers: true

0 comments on commit dcc7d1e

Please sign in to comment.