Skip to content

Commit ea9e97c

Browse files
authored
chore: Update github action cache to v4
v2 is no longer supported and is throwing errors in our unit tests
1 parent a34c7c7 commit ea9e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-java@v1
2424
with:
2525
java-version: ${{ matrix.java }}
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.m2/repository

0 commit comments

Comments
 (0)