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 5252 steps :
5353 - uses : actions/checkout@v5
5454 - name : Setup python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.PYTHON.VERSION }}
5858 - run : python -m pip install nox
9595 steps :
9696 - uses : actions/checkout@v5
9797 - name : Setup python
98- uses : actions/setup-python@v5
98+ uses : actions/setup-python@v6
9999 with :
100100 python-version : ${{ matrix.PYTHON }}
101101 - run : ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh install
@@ -118,7 +118,7 @@ jobs:
118118 with :
119119 persist-credentials : false
120120 - name : Setup python
121- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
121+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
122122 with :
123123 python-version : ' 3.12'
124124 timeout-minutes : 3
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Set up Python
21- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
21+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2222
2323 - name : Install build dependencies
2424 run : python -m pip install uv
You can’t perform that action at this time.
0 commit comments