Skip to content

Commit

Permalink
Merge pull request #76 from jetty-project/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
joakime authored Nov 25, 2021
2 parents ef1329e + db72b60 commit 5da433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Set up cache for ~./m2/repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 5da433b

Please sign in to comment.