File tree Expand file tree Collapse file tree 3 files changed +75
-67
lines changed
Expand file tree Collapse file tree 3 files changed +75
-67
lines changed Original file line number Diff line number Diff line change 2121 echo ::set-output name=tag::${GITHUB_REF_STRIPPED}
2222 - uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
2323 - name : Cache Docker layers
24- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
24+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2525 with :
2626 path : /tmp/.buildx-cache
2727 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19- - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
19+ - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2020 with :
2121 path : |
2222 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments