Skip to content

Commit

Permalink
Merge pull request #525 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
2 parents 1b9d0dd + 3e5ade3 commit 2a3909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "date-dayfmt=$(date '+%Y%m%d')" >>"$GITHUB_OUTPUT"
- name: fetch cached ci image
id: fetch-ci-image
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/.cache/ci-image.tar.zst
key: ${{ github.workflow }}-image-${{ steps.date.outputs.date-weekfmt }}-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ steps.date.outputs.date-dayfmt }}-${{ github.run_id }}
Expand Down

0 comments on commit 2a3909e

Please sign in to comment.