3636 run : sysctl -w vm.mmap_rnd_bits=28
3737
3838 - name : Checkout code
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040 with : { 'fetch-depth': 0 }
4141
4242 - name : Install unzip (for tests) and zstd (for faster caching)
4545 - name : Restore .build
4646 if : ${{ !(github.run_attempt > 1) }} # Because maybe the cache is causing issues
4747 id : " restore-cache"
48- uses : actions/cache/restore@v5
48+ uses : actions/cache/restore@v6
4949 with :
5050 path : .build
5151 key : " spi-debug-build-${{ runner.os }}-${{ github.event.after }}"
5656
5757 - name : Cache .build
5858 if : steps.restore-cache.outputs.cache-hit != 'true'
59- uses : actions/cache/save@v5
59+ uses : actions/cache/save@v6
6060 with :
6161 path : .build
6262 key : " spi-debug-build-${{ runner.os }}-${{ github.event.after }}"
@@ -167,7 +167,7 @@ jobs:
167167 run : sysctl -w vm.mmap_rnd_bits=28
168168
169169 - name : Checkout code
170- uses : actions/checkout@v6
170+ uses : actions/checkout@v7
171171 with : { 'fetch-depth': 0 }
172172
173173 - name : Install zstd (for faster caching)
@@ -176,7 +176,7 @@ jobs:
176176 - name : Restore .build
177177 if : ${{ !(github.run_attempt > 1) }} # Because maybe the cache is causing issues
178178 id : " restore-cache"
179- uses : actions/cache/restore@v5
179+ uses : actions/cache/restore@v6
180180 with :
181181 path : .build
182182 key : " spi-release-build-${{ runner.os }}-${{ github.event.after }}"
@@ -191,7 +191,7 @@ jobs:
191191
192192 - name : Cache .build
193193 if : steps.restore-cache.outputs.cache-hit != 'true'
194- uses : actions/cache/save@v5
194+ uses : actions/cache/save@v6
195195 with :
196196 path : .build
197197 key : " spi-release-build-${{ runner.os }}-${{ github.event.after }}"
@@ -219,7 +219,7 @@ jobs:
219219 # --health-timeout 5s
220220 # --health-retries 5
221221 # steps:
222- # - uses: actions/checkout@v6
222+ # - uses: actions/checkout@v7
223223 # - name: Select Xcode 11.4
224224 # run: sudo xcode-select -s /Applications/Xcode_11.4.app
225225 # - name: Log Xcode version
0 commit comments