Skip to content

Commit

Permalink
Merge pull request #1125 from jenkinsci/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
uhafner committed Nov 23, 2021
2 parents d412008 + 2cdac18 commit 4815f68
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 4815f68

Please sign in to comment.