Skip to content

Commit

Permalink
Bump actions/cache from 2.1.3 to 2.1.6 (#4162)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.3...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2021
1 parent b4bafc9 commit 9a3bff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/[email protected].3
uses: actions/[email protected].6
continue-on-error: true
with:
path: ~/.gradle/caches
Expand All @@ -46,7 +46,7 @@ jobs:
with:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/[email protected].3
uses: actions/[email protected].6
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/[email protected].3
uses: actions/[email protected].6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
Expand All @@ -44,7 +44,7 @@ jobs:
with:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/[email protected].3
uses: actions/[email protected].6
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit 9a3bff0

Please sign in to comment.