File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144145145
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
You can’t perform that action at this time.
0 commit comments