File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 python-version : " 3.14"
2828
29- - uses : actions/cache@v4
29+ - uses : actions/cache@v5
3030 with :
3131 path : ~/.cache/pipenv
3232 key : ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
5353 id : pip-cache
5454 run : echo "PIP_CACHE_DIR=$(pip cache dir)" | tee -a "${GITHUB_OUTPUT}"
5555
56- - uses : actions/cache@v4
56+ - uses : actions/cache@v5
5757 with :
5858 path : ${{ steps.pip-cache.outputs.PIP_CACHE_DIR }}
5959 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 2626 id : pip-cache
2727 run : echo "PIP_CACHE_DIR=$(pip cache dir)" | tee -a "${GITHUB_OUTPUT}"
2828
29- - uses : actions/cache@v4
29+ - uses : actions/cache@v5
3030 with :
3131 path : ${{ steps.pip-cache.outputs.PIP_CACHE_DIR }}
3232 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments