Skip to content

Commit b8729d7

Browse files
pschichbotpschichtel
authored andcommitted
Update actions/cache action to v5
1 parent c086598 commit b8729d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
server-id: ossrh
1616
server-username: MAVEN_USERNAME
1717
server-password: MAVEN_PASSWORD
18-
- uses: actions/cache@v4
18+
- uses: actions/cache@v5
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)