Skip to content

Commit 5e090c2

Browse files
Bump actions/cache from 3.0.9 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.9...v3.0.11) --- 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 d1864a4 commit 5e090c2

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
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '8.0.302'
2626
distribution: temurin
2727
- name: Cache Gradle Home files
28-
uses: actions/[email protected].9
28+
uses: actions/[email protected].11
2929
continue-on-error: true
3030
with:
3131
path: ~/.gradle/caches
@@ -53,7 +53,7 @@ jobs:
5353
java-version: '8.0.302'
5454
distribution: temurin
5555
- name: Cache Gradle Home files
56-
uses: actions/[email protected].9
56+
uses: actions/[email protected].11
5757
continue-on-error: true
5858
with:
5959
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '8.0.302'
2626
distribution: temurin
2727
- name: Cache Gradle Home files
28-
uses: actions/[email protected].9
28+
uses: actions/[email protected].11
2929
with:
3030
path: ~/.gradle/caches
3131
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -51,7 +51,7 @@ jobs:
5151
java-version: '8.0.302'
5252
distribution: temurin
5353
- name: Cache Gradle Home files
54-
uses: actions/[email protected].9
54+
uses: actions/[email protected].11
5555
continue-on-error: true
5656
with:
5757
path: ~/.gradle/caches

0 commit comments

Comments
 (0)