File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
35- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
35+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3636 with :
3737 python-version : ${{ env.DEFAULT_PYTHON }}
3838
@@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
118118 if : needs.init.outputs.channel == 'dev'
119- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
119+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
120120 with :
121121 python-version : ${{ env.DEFAULT_PYTHON }}
122122
@@ -417,7 +417,7 @@ jobs:
417417 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
418418
419419 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
420- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
420+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
421421 with :
422422 python-version : ${{ env.DEFAULT_PYTHON }}
423423
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 - &setup-python-default
258258 name : Set up Python ${{ env.DEFAULT_PYTHON }}
259259 id : python
260- uses : &actions-setup-python actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
260+ uses : &actions-setup-python actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
261261 with :
262262 python-version : ${{ env.DEFAULT_PYTHON }}
263263 check-latest : true
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
2424 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
25- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
25+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2626 with :
2727 python-version : ${{ env.DEFAULT_PYTHON }}
2828
Original file line number Diff line number Diff line change 3737
3838 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3939 id : python
40- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
40+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4141 with :
4242 python-version : ${{ env.DEFAULT_PYTHON }}
4343 check-latest : true
You can’t perform that action at this time.
0 commit comments