Skip to content

Commit fbcd6d1

Browse files
committed
fix: update actions/cache to v4.2.0
Signed-off-by: Okuniewska, Julia <[email protected]>
1 parent 7f0576f commit fbcd6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: true
2828
- name: Build e2e image
2929
run: make docker-build-e2e
30-
- uses: actions/cache@v4.0.2
30+
- uses: actions/cache@v4.2.0
3131
with:
3232
path: |
3333
~/go/pkg/mod

0 commit comments

Comments
 (0)