Skip to content

Commit 9d677d8

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-3.0.8' into combined-pr-branch
2 parents a7febd6 + 4171dd8 commit 9d677d8

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].7
28+
uses: actions/[email protected].8
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].7
56+
uses: actions/[email protected].8
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
@@ -33,7 +33,7 @@ jobs:
3333
java-version: '8.0.302'
3434
distribution: temurin
3535
- name: Cache Gradle Home files
36-
uses: actions/[email protected].7
36+
uses: actions/[email protected].8
3737
with:
3838
path: ~/.gradle/caches
3939
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -59,7 +59,7 @@ jobs:
5959
java-version: '8.0.302'
6060
distribution: temurin
6161
- name: Cache Gradle Home files
62-
uses: actions/[email protected].7
62+
uses: actions/[email protected].8
6363
continue-on-error: true
6464
with:
6565
path: ~/.gradle/caches

0 commit comments

Comments
 (0)