Skip to content

Commit

Permalink
Update to actions/cache@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Oct 26, 2023
1 parent ada7721 commit ee58564
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 @@ -19,7 +19,7 @@ jobs:
architecture: x64

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

0 comments on commit ee58564

Please sign in to comment.