Skip to content

Commit 033fe6d

Browse files
committed
chore: change cache action versions
Signed-off-by: Richard Case <[email protected]>
1 parent 7fc38de commit 033fe6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e-pr.yaml

Lines changed: 2 additions & 2 deletions
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
3131
with:
3232
path: |
3333
~/go/pkg/mod
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
name: e2e-artifacts
4949
path: _artifacts
50-
if-no-files-found: ignore
50+
if-no-files-found: ignore

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v2
3636

3737
- name: Cache Docker layers
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: /tmp/.buildx-cache
4141
key: ${{ runner.os }}-buildx-${{ matrix.target }}-${{ github.sha }}

0 commit comments

Comments
 (0)