2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131 with :
3232 fetch-depth : 0
3333
7979
8080 steps :
8181 - name : Checkout repository
82- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8383 with :
8484 fetch-depth : 0
8585
@@ -126,12 +126,12 @@ jobs:
126126
127127 steps :
128128 - name : Checkout
129- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130130 with :
131131 fetch-depth : 0
132132
133133 - name : Restore vcpkg cache
134- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
246+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
272272 with :
273273 fetch-depth : 0
274274
275275 - name : Restore vcpkg cache
276- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
276+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
357+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
383+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
384384 with :
385385 fetch-depth : 0
386386
@@ -422,7 +422,7 @@ jobs:
422422
423423 steps :
424424 - name : Checkout
425- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
425+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
426426 with :
427427 fetch-depth : 0
428428
@@ -532,7 +532,7 @@ jobs:
532532
533533 steps :
534534 - name : Checkout repository
535- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
535+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
536536 with :
537537 fetch-depth : 0
538538
0 commit comments