We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc38de commit 033fe6dCopy full SHA for 033fe6d
.github/workflows/e2e-pr.yaml
@@ -27,7 +27,7 @@ jobs:
27
cache: true
28
- name: Build e2e image
29
run: make docker-build-e2e
30
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4
31
with:
32
path: |
33
~/go/pkg/mod
@@ -47,4 +47,4 @@ jobs:
47
48
name: e2e-artifacts
49
path: _artifacts
50
- if-no-files-found: ignore
+ if-no-files-found: ignore
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-buildx-action@v2
36
37
- name: Cache Docker layers
38
- uses: actions/cache@v3
+ uses: actions/cache@v4
39
40
path: /tmp/.buildx-cache
41
key: ${{ runner.os }}-buildx-${{ matrix.target }}-${{ github.sha }}
0 commit comments