Skip to content

Commit f0e2c06

Browse files
update action chace to v4
1 parent 527b1db commit f0e2c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/[email protected]
145145

146146
- name: Cache conda
147-
uses: actions/cache@v3
147+
uses: actions/cache@v4
148148
with:
149149
path: ~/conda_pkgs_dir
150150
key: ${{ runner.os }}-conda-${{hashFiles('requirements/environment.yml') }}-${{ hashFiles('**/CI.yml') }}-${{ steps.date.outputs.date }}
@@ -364,7 +364,7 @@ jobs:
364364
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
365365
366366
- name: Cache pip
367-
uses: actions/cache@v3
367+
uses: actions/cache@v4
368368
with:
369369
path: ${{ steps.pip-cache.outputs.dir }}
370370

@@ -449,7 +449,7 @@ jobs:
449449
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
450450
451451
- name: Cache pip
452-
uses: actions/cache@v3
452+
uses: actions/cache@v4
453453
with:
454454
path: ${{ steps.pip-cache.outputs.dir }}
455455
# Look to see if there is a cache hit for the corresponding requirements files
@@ -515,7 +515,7 @@ jobs:
515515
python-version: ${{ matrix.python-version }}
516516

517517
- name: Cache test_env
518-
uses: actions/cache@v3
518+
uses: actions/cache@v4
519519
with:
520520
path: ~/test_env
521521
# Look to see if there is a cache hit for the corresponding requirements files

0 commit comments

Comments
 (0)