File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 echo "PYTHON_VERSION=$(python --version)" >> $GITHUB_OUTPUT
3535
3636 - name : Restore cached virtualenv
37- uses : actions/cache/restore@v4
37+ uses : actions/cache/restore@v5
3838 with :
3939 key : venv-${{ runner.os }}-${{ steps.pythonv.outputs.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }}
4040 path : .venv
5050 sudo apt install parallel libwebp7 imagemagick
5151
5252 - name : Save virtualenv cache
53- uses : actions/cache/save@v4
53+ uses : actions/cache/save@v5
5454 with :
5555 key : venv-${{ runner.os }}-${{ steps.pythonv.outputs.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }}
5656 path : .venv
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515
1616 - name : Restore lychee cache
17- uses : actions/cache@v4
17+ uses : actions/cache@v5
1818 with :
1919 path : .lycheecache
2020 key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 2929 echo "PYTHON_VERSION=$(python --version)" >> $GITHUB_OUTPUT
3030
3131 - name : Restore cached virtualenv
32- uses : actions/cache/restore@v4
32+ uses : actions/cache/restore@v5
3333 with :
3434 key : venv-${{ runner.os }}-${{ steps.pythonv.outputs.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }}
3535 path : .venv
4343 echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
4444
4545 - name : Save virtualenv cache
46- uses : actions/cache/save@v4
46+ uses : actions/cache/save@v5
4747 with :
4848 key : venv-${{ runner.os }}-${{ steps.pythonv.outputs.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }}
4949 path : .venv
You can’t perform that action at this time.
0 commit comments