File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : git fetch origin 'refs/tags/*:refs/tags/*'
5353
5454 - name : Setup caching for conda packages
55- uses : actions/cache@v5
55+ uses : actions/cache@v6
5656 with :
5757 path : ~/conda_pkgs_dir
5858 key : conda-${{ env.PYTHON }}-${{ hashFiles('.github/environment.yml') }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 echo "dir="$(pip cache dir) >> $GITHUB_OUTPUT
107107
108108 - name : Setup caching for pip packages
109- uses : actions/cache@v5
109+ uses : actions/cache@v6
110110 with :
111111 path : ${{ steps.pip-cache.outputs.dir }}
112112 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
@@ -189,7 +189,7 @@ jobs:
189189 run : echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
190190
191191 - name : Setup caching for pip packages
192- uses : actions/cache@v5
192+ uses : actions/cache@v6
193193 with :
194194 path : ${{ steps.pip-cache.outputs.dir }}
195195 key : ${{ runner.os }}-pip-coverage
You can’t perform that action at this time.
0 commit comments