We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d3a692 + 45cad53 commit 0be0269Copy full SHA for 0be0269
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
id: buildx
25
uses: docker/setup-buildx-action@v3
26
- name: Cache Docker layers
27
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.0
28
with:
29
path: /tmp/.buildx-cache-${{ matrix.build.arch }}
30
key: ${{ runner.os }}-${{ matrix.build.arch }}-buildx-${{ github.sha }}
.github/workflows/ci.yml
0 commit comments