We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a822fe0 commit 9201ef2Copy full SHA for 9201ef2
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
echo "date-dayfmt=$(date '+%Y%m%d')" >>"$GITHUB_OUTPUT"
100
- name: fetch cached ci image
101
id: fetch-ci-image
102
- uses: actions/cache@v3
+ uses: actions/cache@v4
103
with:
104
path: ${{ github.workspace }}/.cache/ci-image.tar.zst
105
key: ${{ github.workflow }}-image-${{ steps.date.outputs.date-weekfmt }}-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ steps.date.outputs.date-dayfmt }}-${{ github.run_id }}
0 commit comments