Skip to content

Commit 5d6ed2c

Browse files
chore(deps): update actions/cache action to v4 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c6d997 commit 5d6ed2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
using: composite
6767
steps:
6868
# Cache Gradle dependencies to speed up builds
69-
- uses: actions/cache@v3
69+
- uses: actions/cache@v4
7070
with:
7171
path: |
7272
~/.gradle/caches

0 commit comments

Comments
 (0)