Skip to content

Commit d3350c2

Browse files
Bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- 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 9660137 commit d3350c2

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/[email protected].1
25+
uses: actions/[email protected].2
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/[email protected].1
53+
uses: actions/[email protected].2
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/[email protected].1
33+
uses: actions/[email protected].2
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/[email protected].1
59+
uses: actions/[email protected].2
6060
continue-on-error: true
6161
with:
6262
path: ~/.gradle/caches

0 commit comments

Comments
 (0)