Skip to content

Commit 39cf973

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 | | github-tags | actions/cache | v2 | v3 |
1 parent cc3dbf3 commit 39cf973

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '11'
2626

2727
- name: Cache gradle, wrapper and buildSrc
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/gradle-versions-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '11'
2424

2525
- name: Cache gradle, wrapper and buildSrc
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/review-suggest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'zulu'
2121
java-version: '11'
2222
- name: Cache gradle, wrapper and buildSrc
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: |
2626
~/.gradle/caches

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '11'
2626

2727
- name: Cache gradle, wrapper and buildSrc
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: |
3131
~/.gradle/caches

0 commit comments

Comments
 (0)