Skip to content

Commit 5d98763

Browse files
committed
Revert "chore: Update github action cache to v4"
This reverts commit 00f1044.
1 parent 00f1044 commit 5d98763

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@v4
26+
- uses: actions/cache@v2
2727
with:
2828
path: |
2929
~/.m2/repository

0 commit comments

Comments
 (0)