Commit 3f6ced1 1 parent 98e6c4e commit 3f6ced1 Copy full SHA for 3f6ced1
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
fetch-depth : 1
49
49
85
85
- build_wheels
86
86
steps :
87
87
- name : Checkout code
88
- uses : actions/checkout@v3
88
+ uses : actions/checkout@v4
89
89
with :
90
90
fetch-depth : 0
91
91
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
uses : Chia-Network/actions/clean-workspace@main
101
101
102
102
- name : Checkout code
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
with :
105
105
fetch-depth : 0
106
106
@@ -152,7 +152,7 @@ jobs:
152
152
uses : Chia-Network/actions/clean-workspace@main
153
153
154
154
- name : Checkout code
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@v4
156
156
with :
157
157
fetch-depth : 0
158
158
@@ -195,7 +195,7 @@ jobs:
195
195
uses : Chia-Network/actions/clean-workspace@main
196
196
197
197
- name : Checkout code
198
- uses : actions/checkout@v3
198
+ uses : actions/checkout@v4
199
199
with :
200
200
fetch-depth : 0
201
201
@@ -241,7 +241,7 @@ jobs:
241
241
uses : Chia-Network/actions/clean-workspace@main
242
242
243
243
- name : Checkout code
244
- uses : actions/checkout@v3
244
+ uses : actions/checkout@v4
245
245
with :
246
246
fetch-depth : 0
247
247
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 26
26
runs-on : [ubuntu-latest]
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
# See: https://github.com/google/sanitizers/issues/1716
28
28
# Fixes `FATAL: ThreadSanitizer: unexpected memory mapping 0x70498d8ae000-0x70498dd00000` type errors
You can’t perform that action at this time.
0 commit comments