Skip to content

Commit bfe07eb

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-3.0.9' into combined-pr-branch
2 parents 96a62b8 + a3889d1 commit bfe07eb

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].8
28+
uses: actions/[email protected].9
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].8
56+
uses: actions/[email protected].9
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].8
28+
uses: actions/[email protected].9
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].8
54+
uses: actions/[email protected].9
5555
continue-on-error: true
5656
with:
5757
path: ~/.gradle/caches

0 commit comments

Comments
 (0)