Skip to content

Commit 9201ef2

Browse files
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a822fe0 commit 9201ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "date-dayfmt=$(date '+%Y%m%d')" >>"$GITHUB_OUTPUT"
100100
- name: fetch cached ci image
101101
id: fetch-ci-image
102-
uses: actions/cache@v3
102+
uses: actions/cache@v4
103103
with:
104104
path: ${{ github.workspace }}/.cache/ci-image.tar.zst
105105
key: ${{ github.workflow }}-image-${{ steps.date.outputs.date-weekfmt }}-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ steps.date.outputs.date-dayfmt }}-${{ github.run_id }}

0 commit comments

Comments
 (0)