Skip to content

Commit 1ebddfa

Browse files
authored
chore: update actions/cache to v4
1 parent 679e80d commit 1ebddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/gradle-cache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Setup Gradle cache'
44
runs:
55
using: 'composite'
66
steps:
7-
- uses: actions/cache@v3
7+
- uses: actions/cache@v4
88
with:
99
path: ~/.gradle/caches
1010
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/libs.versions.toml') }}

0 commit comments

Comments
 (0)