File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 with :
148148 fetch-depth : 0
149149
150- - uses : actions/setup-python@v5
150+ - uses : actions/setup-python@v6
151151 with :
152152 python-version : ${{ env.PYTHON }}
153153
Original file line number Diff line number Diff line change 2929 echo "files=${files}" >> $GITHUB_OUTPUT
3030
3131 - name : Set up Python 3.13
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ' 3.13'
3535
Original file line number Diff line number Diff line change 4242 sudo apt-get install -yqq libegl1
4343
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848
Original file line number Diff line number Diff line change 4141 echo "branch=${EXPORT_VALUE}" >> $GITHUB_OUTPUT
4242
4343 - name : Set up Python 3.10
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ' 3.10'
4747
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.12'
2424
Original file line number Diff line number Diff line change 3737 fetch-depth : 0
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343
You can’t perform that action at this time.
0 commit comments