We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b505fd7 commit 0b8bee9Copy full SHA for 0b8bee9
.github/workflows/docker.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v4
33
- uses: docker/setup-buildx-action@v3
34
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
35
with:
36
path: /tmp/.buildx-cache
37
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments