2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 fetch-depth : 0
3333
7979
8080 steps :
8181 - name : Checkout repository
82- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
82+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383 with :
8484 fetch-depth : 0
8585
@@ -126,12 +126,12 @@ jobs:
126126
127127 steps :
128128 - name : Checkout
129- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130 with :
131131 fetch-depth : 0
132132
133133 - name : Restore vcpkg cache
134- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
134+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
135135 id : cache
136136 with :
137137 path : vcpkg_pkgs_cache.zip
@@ -243,7 +243,7 @@ jobs:
243243
244244 - name : Save vcpkg cache
245245 if : steps.cache.outputs.cache-hit != 'true'
246- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
246+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
247247 with :
248248 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
249249 key : ${{ steps.cache.outputs.cache-primary-key }}
@@ -268,12 +268,12 @@ jobs:
268268
269269 steps :
270270 - name : Checkout
271- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
271+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
272272 with :
273273 fetch-depth : 0
274274
275275 - name : Restore vcpkg cache
276- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
276+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
277277 id : cache
278278 with :
279279 path : vcpkg_pkgs_cache.zip
@@ -354,7 +354,7 @@ jobs:
354354
355355 - name : Save vcpkg cache
356356 if : steps.cache.outputs.cache-hit != 'true'
357- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
357+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
358358 with :
359359 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
360360 key : ${{ steps.cache.outputs.cache-primary-key }}
@@ -380,7 +380,7 @@ jobs:
380380 run : sudo apt-get install -y libnuma-dev
381381
382382 - name : Checkout
383- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
383+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
384384 with :
385385 fetch-depth : 0
386386
@@ -422,7 +422,7 @@ jobs:
422422
423423 steps :
424424 - name : Checkout
425- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
425+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
426426 with :
427427 fetch-depth : 0
428428
@@ -531,7 +531,7 @@ jobs:
531531
532532 steps :
533533 - name : Checkout repository
534- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
534+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
535535 with :
536536 fetch-depth : 0
537537
0 commit comments