Skip to content

Commit 4b1c87b

Browse files
authored
Merge pull request #79 from hoc081098/renovate/major-all-deps
chore(deps): update actions/cache action to v3
2 parents 6dbef49 + 424fa98 commit 4b1c87b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '11'
1818

1919
- name: Cache gradle, wrapper and buildSrc
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: |
2323
~/.gradle/caches

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: '11'
2020

2121
- name: Cache gradle, wrapper and buildSrc
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: |
2525
~/.gradle/caches

.github/workflows/spotless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: '11'
2020

2121
- name: Cache gradle, wrapper and buildSrc
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: |
2525
~/.gradle/caches

0 commit comments

Comments
 (0)