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 7fd0f9e commit 46250e5Copy full SHA for 46250e5
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v1
27
28
- name: Cache Docker layers
29
- uses: actions/cache@v2
+ uses: actions/cache@v3
30
with:
31
path: /tmp/.buildx-cache
32
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments