Skip to content

Commit 9a3bff0

Browse files
Bump actions/cache from 2.1.3 to 2.1.6 (#4162)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.3...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4bafc9 commit 9a3bff0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: '1.8'
2121
- name: Cache Gradle Home files
22-
uses: actions/[email protected].3
22+
uses: actions/[email protected].6
2323
continue-on-error: true
2424
with:
2525
path: ~/.gradle/caches
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
java-version: '1.8'
4848
- name: Cache Gradle Home files
49-
uses: actions/[email protected].3
49+
uses: actions/[email protected].6
5050
continue-on-error: true
5151
with:
5252
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: '1.8'
2121
- name: Cache Gradle Home files
22-
uses: actions/[email protected].3
22+
uses: actions/[email protected].6
2323
with:
2424
path: ~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
java-version: '1.8'
4646
- name: Cache Gradle Home files
47-
uses: actions/[email protected].3
47+
uses: actions/[email protected].6
4848
continue-on-error: true
4949
with:
5050
path: ~/.gradle/caches

0 commit comments

Comments
 (0)