File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
- uses : actions/checkout@v5
57
57
58
58
- name : Set up Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@v5
59
+ uses : actions/setup-python@v6
60
60
with :
61
61
python-version : ${{ matrix.python-version }}
62
62
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v5
115
115
116
116
- name : Set up Python
117
- uses : actions/setup-python@v5
117
+ uses : actions/setup-python@v6
118
118
with :
119
119
python-version : ' 3.x'
120
120
@@ -155,7 +155,7 @@ jobs:
155
155
fetch-depth : 0
156
156
157
157
- name : Set up Python
158
- uses : actions/setup-python@v5
158
+ uses : actions/setup-python@v6
159
159
with :
160
160
python-version : ' 3.x'
161
161
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : 3.9
22
22
You can’t perform that action at this time.
0 commit comments