2626 MSAN_FLAGS : " -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer"
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030
3131 - name : Install dependencies
3232 run : |
6060 ASAN_FLAGS : " -fsanitize=address -fno-omit-frame-pointer"
6161
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464
6565 - name : Install dependencies
6666 run : |
9494 UBSAN_FLAGS : " -fsanitize=undefined -fno-omit-frame-pointer"
9595
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v6
9898
9999 - name : Install dependencies
100100 run : |
@@ -144,14 +144,14 @@ jobs:
144144 container : ubuntu:22.04
145145
146146 steps :
147- - uses : actions/checkout@v4
147+ - uses : actions/checkout@v6
148148 with :
149149 ref : ${{ github.event.pull_request.head.sha }}
150150 path : source
151151 - name : Setup
152152 run : source/scripts/ci/setup/linux.sh
153153 - name : Cache CMake build
154- uses : actions/cache@v4
154+ uses : actions/cache@v5
155155 with :
156156 path : build
157157 key : ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.buildtype }}-${{ hashFiles('source/CMakeLists.txt', 'source/**/*.cmake') }}
@@ -201,7 +201,7 @@ jobs:
201201 shell : bash
202202
203203 steps :
204- - uses : actions/checkout@v4
204+ - uses : actions/checkout@v6
205205 with :
206206 ref : ${{ github.event.pull_request.head.sha }}
207207 path : source
@@ -212,7 +212,7 @@ jobs:
212212 if : ${{ runner.os == 'macOS' }}
213213 run : source/scripts/ci/setup/macos.sh
214214 - name : Cache CMake build
215- uses : actions/cache@v4
215+ uses : actions/cache@v5
216216 with :
217217 path : build
218218 key : ${{ matrix.jobname }}-${{ matrix.buildtype }}-${{ hashFiles('source/CMakeLists.txt', 'source/**/*.cmake') }}
0 commit comments