File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.12"
1818
6060 - uses : actions/checkout@v5
6161
6262 - name : Set up Python
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666
@@ -121,7 +121,7 @@ jobs:
121121 - uses : actions/checkout@v5
122122
123123 - name : Set up Python
124- uses : actions/setup-python@v5
124+ uses : actions/setup-python@v6
125125 with :
126126 python-version : " 3.12"
127127
@@ -174,7 +174,7 @@ jobs:
174174 - uses : actions/checkout@v5
175175
176176 - name : Set up Python
177- uses : actions/setup-python@v5
177+ uses : actions/setup-python@v6
178178 with :
179179 python-version : ${{ matrix.python-version }}
180180
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
4444
4545 - name : Set up Python
46- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
46+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4747 with :
4848 python-version : " 3.x"
4949
You can’t perform that action at this time.
0 commit comments