We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d704146 commit 2559f37Copy full SHA for 2559f37
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
path: ${{ runner.temp }}/registry
28
29
- name: Cache Docker layers
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
31
with:
32
path: /tmp/.buildx-cache
33
# Key is named differently to avoid collision
0 commit comments