Skip to content

Commit 424fa98

Browse files
committed
chore(deps): update actions/cache action to v3
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 | | github-tags | actions/cache | v2 | v3 |
1 parent 6dbef49 commit 424fa98

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)