Skip to content

Commit

Permalink
Merge pull request #284 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-2.1.6
  • Loading branch information
uhafner committed May 29, 2021
2 parents d8bd6cf + 6dd6f13 commit c0ff068
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.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit c0ff068

Please sign in to comment.