File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Set up Python ${{ env.PYTHON_VERSION }}
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ env.PYTHON_VERSION }}
2626 - name : Dependabot metadata
Original file line number Diff line number Diff line change 2222 .venv
2323 key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt') }}
2424 - name : Set up Python ${{ env.PYTHON_VERSION }}
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 - name : Setup virtual environment (no cache hit)
Original file line number Diff line number Diff line change 2525 .venv
2626 key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
2727 - name : Set up Python ${{ env.PYTHON_VERSION }}
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ env.PYTHON_VERSION }}
3131 - name : Setup virtual environment (no cache hit)
You can’t perform that action at this time.
0 commit comments