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.
2 parents 749531d + e352af7 commit 83cbd36Copy full SHA for 83cbd36
.github/workflows/pr.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: docker/setup-buildx-action@v2
21
22
- name: Cache Docker layers
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: /tmp/.buildx-cache
26
key: ${{ runner.os }}-buildx-${{ github.sha }}
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
password: ${{ secrets.GITHUB_TOKEN }}
30
31
32
33
34
35
0 commit comments