Skip to content

Commit 6fba64e

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7958e82 commit 6fba64e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
java-version: ${{ matrix.java }}
3434
- name: Cache Gradle packages
35-
uses: actions/cache@v2
35+
uses: actions/cache@v2.1.4
3636
with:
3737
path: ~/.gradle/caches
3838
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
java-version: ${{ matrix.java }}
6161
- name: Cache Gradle packages
62-
uses: actions/cache@v2
62+
uses: actions/cache@v2.1.4
6363
with:
6464
path: ~/.gradle/caches
6565
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
java-version: 11
9494
- name: Cache Gradle packages
95-
uses: actions/cache@v2
95+
uses: actions/cache@v2.1.4
9696
with:
9797
path: ~/.gradle/caches
9898
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)