Skip to content

Commit 16fb27f

Browse files
Bump actions/cache from 2.1.7 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 297621f commit 16fb27f

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
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '8.0.302'
2323
distribution: temurin
2424
- name: Cache Gradle Home files
25-
uses: actions/cache@v2.1.7
25+
uses: actions/cache@v3.0.1
2626
continue-on-error: true
2727
with:
2828
path: ~/.gradle/caches
@@ -50,7 +50,7 @@ jobs:
5050
java-version: '8.0.302'
5151
distribution: temurin
5252
- name: Cache Gradle Home files
53-
uses: actions/cache@v2.1.7
53+
uses: actions/cache@v3.0.1
5454
continue-on-error: true
5555
with:
5656
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: '8.0.302'
3131
distribution: temurin
3232
- name: Cache Gradle Home files
33-
uses: actions/cache@v2.1.7
33+
uses: actions/cache@v3.0.1
3434
with:
3535
path: ~/.gradle/caches
3636
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -56,7 +56,7 @@ jobs:
5656
java-version: '8.0.302'
5757
distribution: temurin
5858
- name: Cache Gradle Home files
59-
uses: actions/cache@v2.1.7
59+
uses: actions/cache@v3.0.1
6060
continue-on-error: true
6161
with:
6262
path: ~/.gradle/caches

0 commit comments

Comments
 (0)