Skip to content

Commit 02a6065

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-3.0.1' into combined-pr-branch
2 parents e416065 + 16fb27f commit 02a6065

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
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '8.0.302'
2323
distribution: temurin
2424
- name: Cache Gradle Home files
25-
uses: actions/cache@v2.1.7
25+
uses: actions/cache@v3.0.1
2626
continue-on-error: true
2727
with:
2828
path: ~/.gradle/caches
@@ -50,7 +50,7 @@ jobs:
5050
java-version: '8.0.302'
5151
distribution: temurin
5252
- name: Cache Gradle Home files
53-
uses: actions/cache@v2.1.7
53+
uses: actions/cache@v3.0.1
5454
continue-on-error: true
5555
with:
5656
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: '8.0.302'
3131
distribution: temurin
3232
- name: Cache Gradle Home files
33-
uses: actions/cache@v2.1.7
33+
uses: actions/cache@v3.0.1
3434
with:
3535
path: ~/.gradle/caches
3636
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -56,7 +56,7 @@ jobs:
5656
java-version: '8.0.302'
5757
distribution: temurin
5858
- name: Cache Gradle Home files
59-
uses: actions/cache@v2.1.7
59+
uses: actions/cache@v3.0.1
6060
continue-on-error: true
6161
with:
6262
path: ~/.gradle/caches

0 commit comments

Comments
 (0)