Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jqno committed Nov 26, 2021
1 parent b53172f commit 014bdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: 'Checkout from Git'
uses: actions/checkout@v2
- name: 'Cache Maven repo'
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 2

- name: Cache Maven repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-mvn-pitest-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 014bdeb

Please sign in to comment.