Skip to content

Commit b85859c

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5370e25 commit b85859c

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
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '8.0.302'
2222
distribution: temurin
2323
- name: Cache Gradle Home files
24-
uses: actions/[email protected].6
24+
uses: actions/[email protected].7
2525
continue-on-error: true
2626
with:
2727
path: ~/.gradle/caches
@@ -49,7 +49,7 @@ jobs:
4949
java-version: '8.0.302'
5050
distribution: temurin
5151
- name: Cache Gradle Home files
52-
uses: actions/[email protected].6
52+
uses: actions/[email protected].7
5353
continue-on-error: true
5454
with:
5555
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '8.0.302'
3030
distribution: temurin
3131
- name: Cache Gradle Home files
32-
uses: actions/[email protected].6
32+
uses: actions/[email protected].7
3333
with:
3434
path: ~/.gradle/caches
3535
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -55,7 +55,7 @@ jobs:
5555
java-version: '8.0.302'
5656
distribution: temurin
5757
- name: Cache Gradle Home files
58-
uses: actions/[email protected].6
58+
uses: actions/[email protected].7
5959
continue-on-error: true
6060
with:
6161
path: ~/.gradle/caches

0 commit comments

Comments
 (0)