Skip to content

Commit 5fb641b

Browse files
authored
Merge pull request iipc#105 from sebastian-nagel/upgrade-github-workflow-actions-cache
Upgrade GitHub workflow actions cache
2 parents a8fd8a7 + a3a3959 commit 5fb641b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Cache local Maven repository
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.m2/repository
3030
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)