File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : pre-commit cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : ~/.cache/pre-commit
2929 key : lint-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 9595 python3 -m pip list --outdated | grep numpy | sed -r 's/ +/ /g' | cut -d ' ' -f 3 | sed 's/^/version=/' >> $GITHUB_OUTPUT
9696
9797 - name : pip cache
98- uses : actions/cache@v3
98+ uses : actions/cache@v4
9999 with :
100100 path : ' C:\cygwin\home\runneradmin\.cache\pip'
101101 key : ${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-numpy${{ steps.latest-numpy.outputs.version }}-${{ hashFiles('.ci/install.sh') }}
Original file line number Diff line number Diff line change 8989
9090 - name : Cache build
9191 id : build-cache
92- uses : actions/cache@v3
92+ uses : actions/cache@v4
9393 with :
9494 path : winbuild\build
9595 key :
You can’t perform that action at this time.
0 commit comments