Skip to content

Commit 286d00d

Browse files
chore(deps): update actions/cache action to v2.1.6 (#1696) [skip-ci]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 9240224 commit 286d00d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 1.8
2525

2626
- name: Cache local Maven repository
27-
uses: actions/cache@v2.1.4
27+
uses: actions/cache@v2.1.6
2828
env:
2929
cache-name: cache-mvn
3030
with:

.github/workflows/build-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 1.8
2525

2626
- name: Cache local Maven repository
27-
uses: actions/cache@v2.1.4
27+
uses: actions/cache@v2.1.6
2828
env:
2929
cache-name: cache-mvn
3030
with:
@@ -60,7 +60,7 @@ jobs:
6060
java-version: 1.8
6161

6262
- name: Cache local Maven repository
63-
uses: actions/cache@v2.1.4
63+
uses: actions/cache@v2.1.6
6464
env:
6565
cache-name: cache-mvn
6666
with:

.github/workflows/build-pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 1.8
2121

2222
- name: Cache local Maven repository
23-
uses: actions/cache@v2.1.4
23+
uses: actions/cache@v2.1.6
2424
env:
2525
cache-name: cache-mvn
2626
with:

.github/workflows/release-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2828

2929
- name: Cache local Maven repository
30-
uses: actions/cache@v2.1.4
30+
uses: actions/cache@v2.1.6
3131
env:
3232
cache-name: cache-mvn
3333
with:

0 commit comments

Comments
 (0)