Skip to content

Commit

Permalink
Merge pull request #462 from uhafner/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
uhafner authored Dec 4, 2021
2 parents 1ab9b02 + bd95bd3 commit 60687ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '11'
check-latest: true
- name: Cache local Maven repository
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 60687ec

Please sign in to comment.