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 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python ${{ env.PYTHON_VERSION }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
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/*.txt') }}
2424 - name : Set up Python ${{ env.PYTHON_VERSION }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828 - name : Setup virtual environment (no cache hit)
6868 key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
6969
7070 - name : Set up Python ${{ env.PYTHON_VERSION }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ env.PYTHON_VERSION }}
7474 - name : Run core tests
@@ -115,7 +115,7 @@ jobs:
115115 .venv
116116 key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
117117 - name : Set up Python ${{ env.PYTHON_VERSION }}
118- uses : actions/setup-python@v5
118+ uses : actions/setup-python@v6
119119 with :
120120 python-version : ${{ env.PYTHON_VERSION }}
121121 - name : Test Dockerfile
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@v5
28+ uses : actions/setup-python@v6
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