File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 with :
166166 submodules : true
167167 - name : Set up Python
168- uses : actions/setup-python@v5
168+ uses : actions/setup-python@v6
169169 with :
170170 python-version : " 3.12"
171171 - name : " Setup Python environment"
@@ -229,7 +229,7 @@ jobs:
229229 - name : " Check out repository code"
230230 uses : " actions/checkout@v5"
231231 - name : Set up Python ${{ matrix.python-version }}
232- uses : actions/setup-python@v5
232+ uses : actions/setup-python@v6
233233 with :
234234 python-version : ${{ matrix.python-version }}
235235 - name : " Setup environment"
@@ -278,7 +278,7 @@ jobs:
278278 - name : " Check out repository code"
279279 uses : " actions/checkout@v5"
280280 - name : Set up Python
281- uses : actions/setup-python@v5
281+ uses : actions/setup-python@v6
282282 with :
283283 python-version : " 3.12"
284284 - name : " Set environment variables"
@@ -331,7 +331,7 @@ jobs:
331331 # submodules: true
332332
333333 # - name: Set up Python
334- # uses: actions/setup-python@v5
334+ # uses: actions/setup-python@v6
335335 # with:
336336 # python-version: "3.12"
337337
Original file line number Diff line number Diff line change 3737 needs : prepare-environment
3838 steps :
3939 - name : " Set up Python"
40- uses : " actions/setup-python@v5 "
40+ uses : " actions/setup-python@v6 "
4141 with :
4242 python-version : " 3.12"
4343
Original file line number Diff line number Diff line change 2626 submodules : true
2727
2828 - name : " Set up Python"
29- uses : " actions/setup-python@v5 "
29+ uses : " actions/setup-python@v6 "
3030 with :
3131 python-version : " 3.12"
3232
You can’t perform that action at this time.
0 commit comments