Skip to content

Commit d654ec7

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2892af1 commit d654ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: 'adopt'
3434
java-version: ${{ matrix.java }}
3535
- name: Cache Gradle packages
36-
uses: actions/cache@v2.1.5
36+
uses: actions/cache@v2.1.6
3737
with:
3838
path: ~/.gradle/caches
3939
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -61,7 +61,7 @@ jobs:
6161
distribution: 'adopt'
6262
java-version: ${{ matrix.java }}
6363
- name: Cache Gradle packages
64-
uses: actions/cache@v2.1.5
64+
uses: actions/cache@v2.1.6
6565
with:
6666
path: ~/.gradle/caches
6767
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -95,7 +95,7 @@ jobs:
9595
distribution: 'adopt'
9696
java-version: 11
9797
- name: Cache Gradle packages
98-
uses: actions/cache@v2.1.5
98+
uses: actions/cache@v2.1.6
9999
with:
100100
path: ~/.gradle/caches
101101
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)