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 8028eeb commit 053110aCopy full SHA for 053110a
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-20.04
42
steps:
43
- uses: actions/checkout@v3
44
- - uses: actions/cache@v3.0.11
+ - uses: actions/cache@v3.2.2
45
with:
46
path: /tmp/.buildx-cache
47
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments