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 3636 run : sysctl -w vm.mmap_rnd_bits=28
3737
3838 - name : Checkout code
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with : { 'fetch-depth': 0 }
4141
4242 - name : Install unzip (for tests) and zstd (for faster caching)
@@ -167,7 +167,7 @@ jobs:
167167 run : sysctl -w vm.mmap_rnd_bits=28
168168
169169 - name : Checkout code
170- uses : actions/checkout@v4
170+ uses : actions/checkout@v5
171171 with : { 'fetch-depth': 0 }
172172
173173 - name : Install zstd (for faster caching)
@@ -219,7 +219,7 @@ jobs:
219219 # --health-timeout 5s
220220 # --health-retries 5
221221 # steps:
222- # - uses: actions/checkout@v4
222+ # - uses: actions/checkout@v5
223223 # - name: Select Xcode 11.4
224224 # run: sudo xcode-select -s /Applications/Xcode_11.4.app
225225 # - name: Log Xcode version
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Lint Front-End
3333 run : make lint-front-end
3434 - name : Build Front-End
Original file line number Diff line number Diff line change 3131 image : registry.gitlab.com/finestructure/spi-base:2.1.0
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with : { 'fetch-depth': 0 }
3636
3737 - name : Install unzip (for tests) and zstd (for faster caching)
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 - name : Build Front-End
You can’t perform that action at this time.
0 commit comments