Skip to content

Commit 523fa19

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-3.0.7' into combined-pr-branch
2 parents 00d6cd8 + 93051c4 commit 523fa19

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].5
28+
uses: actions/[email protected].7
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].5
56+
uses: actions/[email protected].7
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].5
36+
uses: actions/[email protected].7
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].5
62+
uses: actions/[email protected].7
6363
continue-on-error: true
6464
with:
6565
path: ~/.gradle/caches

0 commit comments

Comments
 (0)