Skip to content

Commit eba6814

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] <[email protected]>
1 parent e05a25d commit eba6814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cat requirements-full.txt
9191
9292
- name: Setup caching for conda packages
93-
uses: actions/cache@v3
93+
uses: actions/cache@v4
9494
with:
9595
path: ~/conda_pkgs_dir
9696
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
cat requirements-full.txt
120120
121121
- name: Setup caching for conda packages
122-
uses: actions/cache@v3
122+
uses: actions/cache@v4
123123
with:
124124
path: ~/conda_pkgs_dir
125125
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}

0 commit comments

Comments
 (0)