@@ -28,12 +28,13 @@ jobs:
28
28
env :
29
29
GITHUB_CONTEXT : ${{ toJson(github) }}
30
30
- name : Set up repository
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
submodules : false
34
+ progress : false
34
35
fetch-depth : 1
35
36
- name : Set up python
36
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
37
38
with :
38
39
python-version : 3.x
39
40
- name : Duplicate USB VID/PID check
@@ -108,12 +109,13 @@ jobs:
108
109
CP_VERSION : ${{ needs.scheduler.outputs.cp-version }}
109
110
steps :
110
111
- name : Set up repository
111
- uses : actions/checkout@v3
112
+ uses : actions/checkout@v4
112
113
with :
113
114
submodules : false
115
+ progress : false
114
116
fetch-depth : 1
115
117
- name : Set up python
116
- uses : actions/setup-python@v4
118
+ uses : actions/setup-python@v5
117
119
with :
118
120
python-version : 3.x
119
121
- name : Set up submodules
@@ -163,12 +165,13 @@ jobs:
163
165
CP_VERSION : ${{ needs.scheduler.outputs.cp-version }}
164
166
steps :
165
167
- name : Set up repository
166
- uses : actions/checkout@v3
168
+ uses : actions/checkout@v4
167
169
with :
168
170
submodules : false
171
+ progress : false
169
172
fetch-depth : 1
170
173
- name : Set up python
171
- uses : actions/setup-python@v4
174
+ uses : actions/setup-python@v5
172
175
with :
173
176
python-version : 3.x
174
177
- name : Set up submodules
@@ -260,9 +263,10 @@ jobs:
260
263
which python; python --version; python -c "import cascadetoml"
261
264
which python3; python3 --version; python3 -c "import cascadetoml"
262
265
- name : Set up repository
263
- uses : actions/checkout@v3
266
+ uses : actions/checkout@v4
264
267
with :
265
268
submodules : false
269
+ progress : false
266
270
fetch-depth : 1
267
271
- name : Set up submodules
268
272
uses : ./.github/actions/deps/submodules
0 commit comments