Skip to content

Commit 05b4575

Browse files
authored
Merge pull request #182 from GoogleContainerTools/ldetmer-patch-1
chore: Update github action cache to v4
2 parents a34c7c7 + ea9e97c commit 05b4575

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)