We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70487c0 commit 78c5763Copy full SHA for 78c5763
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
steps:
63
- uses: actions/checkout@v2
64
- - uses: actions/cache@v2
+ - uses: actions/cache@v2.1.4
65
with:
66
path: /tmp/.buildx-cache
67
key: buildx-${{ github.sha }}
0 commit comments