Skip to content

Commit 1f0b7e5

Browse files
Update actions/cache action to v3 (#112)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1641f55 commit 1f0b7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: chmod +x gradlew
5353

5454
- name: Cache Gradle
55-
uses: actions/cache@v2
55+
uses: actions/cache@v3
5656
with:
5757
path: |
5858
~/.gradle/caches

0 commit comments

Comments
 (0)