Skip to content

Commit 5bb119b

Browse files
Bump actions/cache from v2.1.4 to v2.1.5 (#7234)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1420ea commit 5bb119b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gradle_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'adopt'
2020
java-version: '8'
2121
- name: Cache Gradle packages
22-
uses: actions/[email protected].4
22+
uses: actions/[email protected].5
2323
with:
2424
path: ~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_jdk11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: 'adopt'
2222
java-version: '11'
2323
- name: Cache Gradle packages
24-
uses: actions/[email protected].4
24+
uses: actions/[email protected].5
2525
with:
2626
path: ~/.gradle/caches
2727
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'adopt'
2020
java-version: '8'
2121
- name: Cache Gradle packages
22-
uses: actions/[email protected].4
22+
uses: actions/[email protected].5
2323
with:
2424
path: ~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
distribution: 'adopt'
3333
java-version: '8'
3434
- name: Cache Gradle packages
35-
uses: actions/[email protected].4
35+
uses: actions/[email protected].5
3636
with:
3737
path: ~/.gradle/caches
3838
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'adopt'
3030
java-version: '8'
3131
- name: Cache Gradle packages
32-
uses: actions/[email protected].4
32+
uses: actions/[email protected].5
3333
with:
3434
path: ~/.gradle/caches
3535
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)