Skip to content

Commit

Permalink
chore: update actions/cache to v4 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Apr 4, 2024
1 parent a0435ea commit 1de9ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gradle-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Setup Gradle cache'
runs:
using: 'composite'
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/libs.versions.toml') }}
Expand Down

0 comments on commit 1de9ef3

Please sign in to comment.