Skip to content

Commit 47fd559

Browse files
build(deps): bump actions/cache from 3 to 4 (#2661)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b00810e commit 47fd559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
python-version: 3.12
6161
- name: Setup build cache
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
id: build_cache
6464
with:
6565
path: ${{ env.CACHED_BUILD_PATHS }}

0 commit comments

Comments
 (0)