Skip to content

Commit 7ae4eb6

Browse files
committed
Upgrade to actions/cache v4
1 parent e18e0e0 commit 7ae4eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/threddsIso-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: ${{ matrix.java }}
1919
distribution: ${{ matrix.distribution }}
2020
- name: Cache local Maven repository
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)