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 4444 persist-credentials : false
4545
4646 - name : Setup Python version ${{ env.PYTHON_VERSION }}
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ env.PYTHON_VERSION }}
5050
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234234
235235 - name : Setup Python version ${{ env.PYTHON_VERSION }}
236236 if : ${{ github.event_name != 'release' }}
237- uses : actions/setup-python@v5
237+ uses : actions/setup-python@v6
238238 with :
239239 python-version : ${{ env.PYTHON_VERSION }}
240240
Original file line number Diff line number Diff line change 4242 sudo apt install -y qemu-system-x86 ovmf
4343
4444 - name : Setup Python
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : 3.12
4848
You can’t perform that action at this time.
0 commit comments