Skip to content

Commit e96841b

Browse files
Update actions/cache action to v5 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76582b8 commit e96841b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1818

19-
- uses: actions/cache@v4
19+
- uses: actions/cache@v5
2020
with:
2121
path: |
2222
~/.gradle/caches

0 commit comments

Comments
 (0)