@@ -103,7 +103,7 @@ jobs:
103103 name : Code Coverage
104104 steps :
105105 - name : Checkout code
106- uses : actions/checkout@v6
106+ uses : actions/checkout@v7
107107 with :
108108 ref : ${{ needs.get-refs.outputs.ref }}
109109
@@ -138,7 +138,7 @@ jobs:
138138 name : ubuntu-x64-(${{ matrix.build_type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
139139 steps :
140140
141- - uses : actions/checkout@v6
141+ - uses : actions/checkout@v7
142142 with :
143143 ref : ${{ needs.get-refs.outputs.ref }}
144144
@@ -172,7 +172,7 @@ jobs:
172172 id-token : write
173173 name : windows-${{ matrix.options.address_model }}-(${{ matrix.build_type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
174174 steps :
175- - uses : actions/checkout@v6
175+ - uses : actions/checkout@v7
176176 with :
177177 ref : ${{ needs.get-refs.outputs.ref }}
178178
@@ -218,7 +218,7 @@ jobs:
218218 OPENSSL_ROOT_DIR : /usr/local/opt/openssl/
219219
220220 steps :
221- - uses : actions/checkout@v6
221+ - uses : actions/checkout@v7
222222 with :
223223 ref : ${{ needs.get-refs.outputs.ref }}
224224
@@ -253,7 +253,7 @@ jobs:
253253 sudo apt-get install -y clang-format clang-format-22
254254 sudo ln -sf /usr/bin/clang-format-22 /usr/bin/clang-format
255255
256- - uses : actions/checkout@v6
256+ - uses : actions/checkout@v7
257257 with :
258258 ref : ${{ needs.get-refs.outputs.ref }}
259259 fetch-depth : 0
0 commit comments