Skip to content

Commit

Permalink
Merge pull request #243 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
uhafner authored Apr 18, 2021
2 parents 9dc0edb + 562f554 commit 14c5960
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.4
uses: actions/cache@v2.1.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 14c5960

Please sign in to comment.