Skip to content

Commit

Permalink
upgrade to actions/cache@v3 as the old version will stop working at t…
Browse files Browse the repository at this point in the history
…he end of the month!
  • Loading branch information
greenwoodma committed Jan 30, 2025
1 parent a45dc7f commit 4beb9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/henderson-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Cache Maven dependencies
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4beb9af

Please sign in to comment.