File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 python-version : ' 3.12'
2828
2929 - name : Restore cached venv
30- uses : actions/cache/restore@v4
30+ uses : actions/cache/restore@v5
3131 with :
3232 key : venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements-ci-app.txt', 'requirements.txt') }}
3333 path : .venv
4141 echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
4242
4343 - name : Saved cached venv
44- uses : actions/cache/save@v4
44+ uses : actions/cache/save@v5
4545 with :
4646 key : venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements-ci-app.txt', 'requirements.txt') }}
4747 path : .venv
Original file line number Diff line number Diff line change 2020 python-version : ' 3.12'
2121
2222 - name : Restore cached venv
23- uses : actions/cache/restore@v4
23+ uses : actions/cache/restore@v5
2424 with :
2525 key : venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements-ci-model.txt') }}
2626 path : .venv
3434 echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
3535
3636 - name : Saved cached venv
37- uses : actions/cache/save@v4
37+ uses : actions/cache/save@v5
3838 with :
3939 key : venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements-ci-model.txt') }}
4040 path : .venv
You can’t perform that action at this time.
0 commit comments