File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
run : sysctl -w vm.mmap_rnd_bits=28
37
37
38
38
- name : Checkout code
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with : { 'fetch-depth': 0 }
41
41
42
42
- name : Install unzip (for tests) and zstd (for faster caching)
@@ -167,7 +167,7 @@ jobs:
167
167
run : sysctl -w vm.mmap_rnd_bits=28
168
168
169
169
- name : Checkout code
170
- uses : actions/checkout@v4
170
+ uses : actions/checkout@v5
171
171
with : { 'fetch-depth': 0 }
172
172
173
173
- name : Install zstd (for faster caching)
@@ -219,7 +219,7 @@ jobs:
219
219
# --health-timeout 5s
220
220
# --health-retries 5
221
221
# steps:
222
- # - uses: actions/checkout@v4
222
+ # - uses: actions/checkout@v5
223
223
# - name: Select Xcode 11.4
224
224
# run: sudo xcode-select -s /Applications/Xcode_11.4.app
225
225
# - name: Log Xcode version
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
- name : Lint Front-End
33
33
run : make lint-front-end
34
34
- name : Build Front-End
Original file line number Diff line number Diff line change 31
31
image : registry.gitlab.com/finestructure/spi-base:2.1.0
32
32
steps :
33
33
- name : Checkout code
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with : { 'fetch-depth': 0 }
36
36
37
37
- name : Install unzip (for tests) and zstd (for faster caching)
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Build Front-End
You can’t perform that action at this time.
0 commit comments