Skip to content

Commit d6be3fe

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

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.2.0
30+
- uses: actions/cache@v4.0.2
3131
with:
3232
path: |
3333
~/go/pkg/mod

0 commit comments

Comments
 (0)