21
21
- name : Install dependencies (python)
22
22
run : python3 -m pip install bdflib
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
submodules : true
27
27
74
74
- name : Install dependencies (python)
75
75
run : python3 -m pip install bdflib
76
76
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
with :
79
79
submodules : true
80
80
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install dependencies (apk)
122
122
run : apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
123
123
124
- - uses : actions/checkout@v3
124
+ - uses : actions/checkout@v4
125
125
with :
126
126
submodules : true
127
127
@@ -144,7 +144,7 @@ jobs:
144
144
- name : Install dependencies (apk)
145
145
run : apk add --no-cache make git diffutils findutils clang-extra-tools bash
146
146
147
- - uses : actions/checkout@v3
147
+ - uses : actions/checkout@v4
148
148
with :
149
149
submodules : true
150
150
@@ -161,7 +161,7 @@ jobs:
161
161
- name : Install dependencies (apk)
162
162
run : apk add --no-cache python3 py3-pip make git black
163
163
164
- - uses : actions/checkout@v3
164
+ - uses : actions/checkout@v4
165
165
with :
166
166
submodules : true
167
167
@@ -179,7 +179,7 @@ jobs:
179
179
name : check_shell
180
180
runs-on : ubuntu-latest
181
181
steps :
182
- - uses : actions/checkout@v3
182
+ - uses : actions/checkout@v4
183
183
- name : shellcheck
184
184
uses : reviewdog/action-shellcheck@v1
185
185
with :
@@ -198,7 +198,7 @@ jobs:
198
198
- name : Install dependencies (apk)
199
199
run : apk add --no-cache git
200
200
201
- - uses : actions/checkout@v3
201
+ - uses : actions/checkout@v4
202
202
with :
203
203
submodules : true
204
204
0 commit comments