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 2828 - uses : actions/checkout@v5
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.12"
3434
7676 - uses : actions/checkout@v5
7777
7878 - name : Set up Python
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282
@@ -137,7 +137,7 @@ jobs:
137137 - uses : actions/checkout@v5
138138
139139 - name : Set up Python
140- uses : actions/setup-python@v5
140+ uses : actions/setup-python@v6
141141 with :
142142 python-version : " 3.12"
143143
@@ -188,7 +188,7 @@ jobs:
188188 - uses : actions/checkout@v5
189189
190190 - name : Set up Python
191- uses : actions/setup-python@v5
191+ uses : actions/setup-python@v6
192192 with :
193193 python-version : ${{ matrix.python-version }}
194194
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
4848
4949 - name : Set up Python
50- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
50+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5151 with :
5252 python-version : " 3.x"
5353
You can’t perform that action at this time.
0 commit comments