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 12
12
- uses : actions/checkout@v5
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : " 3.12"
18
18
60
60
- uses : actions/checkout@v5
61
61
62
62
- name : Set up Python
63
- uses : actions/setup-python@v5
63
+ uses : actions/setup-python@v6
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
@@ -121,7 +121,7 @@ jobs:
121
121
- uses : actions/checkout@v5
122
122
123
123
- name : Set up Python
124
- uses : actions/setup-python@v5
124
+ uses : actions/setup-python@v6
125
125
with :
126
126
python-version : " 3.12"
127
127
@@ -174,7 +174,7 @@ jobs:
174
174
- uses : actions/checkout@v5
175
175
176
176
- name : Set up Python
177
- uses : actions/setup-python@v5
177
+ uses : actions/setup-python@v6
178
178
with :
179
179
python-version : ${{ matrix.python-version }}
180
180
Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
44
44
45
45
- name : Set up Python
46
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
46
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
47
47
with :
48
48
python-version : " 3.x"
49
49
You can’t perform that action at this time.
0 commit comments