2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3131 with :
3232 fetch-depth : 0
3333
7979
8080 steps :
8181 - name : Checkout repository
82- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
82+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8383 with :
8484 fetch-depth : 0
8585
@@ -126,12 +126,12 @@ jobs:
126126
127127 steps :
128128 - name : Checkout
129- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
129+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
130130 with :
131131 fetch-depth : 0
132132
133133 - name : Restore vcpkg cache
134- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
134+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
135135 id : cache
136136 with :
137137 path : vcpkg_pkgs_cache.zip
@@ -245,7 +245,7 @@ jobs:
245245
246246 - name : Save vcpkg cache
247247 if : steps.cache.outputs.cache-hit != 'true'
248- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
248+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
249249 with :
250250 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
251251 key : ${{ steps.cache.outputs.cache-primary-key }}
@@ -270,12 +270,12 @@ jobs:
270270
271271 steps :
272272 - name : Checkout
273- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
273+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
274274 with :
275275 fetch-depth : 0
276276
277277 - name : Restore vcpkg cache
278- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
278+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
279279 id : cache
280280 with :
281281 path : vcpkg_pkgs_cache.zip
@@ -359,7 +359,7 @@ jobs:
359359
360360 - name : Save vcpkg cache
361361 if : steps.cache.outputs.cache-hit != 'true'
362- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
362+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
363363 with :
364364 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
365365 key : ${{ steps.cache.outputs.cache-primary-key }}
@@ -385,7 +385,7 @@ jobs:
385385 run : sudo apt-get install -y libnuma-dev
386386
387387 - name : Checkout
388- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
388+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
389389 with :
390390 fetch-depth : 0
391391
@@ -429,7 +429,7 @@ jobs:
429429
430430 steps :
431431 - name : Checkout
432- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
432+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
433433 with :
434434 fetch-depth : 0
435435
@@ -538,7 +538,7 @@ jobs:
538538
539539 steps :
540540 - name : Checkout repository
541- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
541+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
542542 with :
543543 fetch-depth : 0
544544
0 commit comments