Skip to content

Commit a0e5567

Browse files
Merge pull request #31 from FarLandsMC/dependabot/github_actions/actions/cache-5
Bump actions/cache from 1 to 5
2 parents d08144d + 64b2b97 commit a0e5567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: maven
2424

2525
- name: cache maven packages
26-
uses: actions/cache@v1
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.m2
2929
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)