Skip to content

Commit 0b7e815

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-2.1.7' into combined-pr-branch
2 parents 9d53f34 + b85859c commit 0b7e815

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
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '8.0.302'
2222
distribution: temurin
2323
- name: Cache Gradle Home files
24-
uses: actions/[email protected].6
24+
uses: actions/[email protected].7
2525
continue-on-error: true
2626
with:
2727
path: ~/.gradle/caches
@@ -49,7 +49,7 @@ jobs:
4949
java-version: '8.0.302'
5050
distribution: temurin
5151
- name: Cache Gradle Home files
52-
uses: actions/[email protected].6
52+
uses: actions/[email protected].7
5353
continue-on-error: true
5454
with:
5555
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '8.0.302'
3030
distribution: temurin
3131
- name: Cache Gradle Home files
32-
uses: actions/[email protected].6
32+
uses: actions/[email protected].7
3333
with:
3434
path: ~/.gradle/caches
3535
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -55,7 +55,7 @@ jobs:
5555
java-version: '8.0.302'
5656
distribution: temurin
5757
- name: Cache Gradle Home files
58-
uses: actions/[email protected].6
58+
uses: actions/[email protected].7
5959
continue-on-error: true
6060
with:
6161
path: ~/.gradle/caches

0 commit comments

Comments
 (0)