Skip to content

Commit b2da7e2

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 e987644 commit b2da7e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
2323
- name: Cache conda packages
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
env:
2626
CACHE_NUMBER: 0 # Increase to reset cache
2727
with:
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
9595
- name: Cache conda packages
96-
uses: actions/cache@v3
96+
uses: actions/cache@v4
9797
env:
9898
CACHE_NUMBER: 0 # Increase to reset cache
9999
with:
@@ -136,7 +136,7 @@ jobs:
136136
python-version: ${{ matrix.python }}
137137

138138
- name: Cache conda packages
139-
uses: actions/cache@v3
139+
uses: actions/cache@v4
140140
env:
141141
CACHE_NUMBER: 3 # Increase to reset cache
142142
with:
@@ -215,7 +215,7 @@ jobs:
215215
shell: pwsh
216216
run: Get-Content -Path .\lockfile
217217
- name: Cache conda packages
218-
uses: actions/cache@v3
218+
uses: actions/cache@v4
219219
env:
220220
CACHE_NUMBER: 0 # Increase to reset cache
221221
with:

0 commit comments

Comments
 (0)