Skip to content

Commit ca13e48

Browse files
authored
Updated GH Cache action to be >v1 & v2 due to deprecation from 2025/02/01 (#882)
1 parent bca368b commit ca13e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Cache maven repository
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: |
3232
~/.m2/repository

0 commit comments

Comments
 (0)