Skip to content

Commit 5710a5b

Browse files
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 45d004b commit 5710a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Setup conda cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/conda_pkgs_dir
2525
key:
@@ -34,7 +34,7 @@ jobs:
3434
use-only-tar-bz2: true
3535
use-mamba: true
3636
- name: Setup hypothesis DB cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: ./.hypothesis
4040
key: hypothesisDB ${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)