Skip to content

Commit 74001a1

Browse files
chore(deps): update actions/cache action to v5
1 parent 4f35be4 commit 74001a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'temurin'
2525
java-version: 21
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository
2929
key: ubuntu-24.04-jdk-11-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)