8888
8989 steps :
9090 - name : Checkout (with submodules)
91- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
91+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9292 with :
9393 submodules : recursive
9494 fetch-depth : 1
9999 # ---------- vcpkg caching for Windows ----------
100100 - name : Export GitHub Actions cache environment variables
101101 if : runner.os == 'Windows'
102- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
102+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
103103 with :
104104 script : |
105105 core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
@@ -149,7 +149,7 @@ jobs:
149149
150150 # ---------- Cache Cargo ----------
151151 - name : Cache Cargo registry
152- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
152+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
153153 with :
154154 path : |
155155 ~/.cargo/registry
@@ -158,7 +158,7 @@ jobs:
158158 restore-keys : ${{ runner.os }}-${{ matrix.name }}-cargo-reg-
159159
160160 - name : Cache Cargo target
161- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
161+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
162162 with :
163163 path : client-sdk-rust/target
164164 key : ${{ runner.os }}-${{ matrix.name }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
@@ -304,15 +304,15 @@ jobs:
304304
305305 - name : Upload test results
306306 if : always()
307- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
308308 with :
309309 name : test-results-${{ matrix.name }}
310310 path : ${{ matrix.build_dir }}/unit-test-results.xml
311311 retention-days : 7
312312
313313 # ---------- Upload artifacts ----------
314314 - name : Upload build artifacts
315- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
315+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
316316 with :
317317 name : livekit-sdk-${{ matrix.name }}
318318 path : |
@@ -339,7 +339,7 @@ jobs:
339339
340340 steps :
341341 - name : Checkout (with submodules)
342- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
342+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
343343 with :
344344 submodules : recursive
345345 fetch-depth : 0
@@ -406,7 +406,7 @@ jobs:
406406 docker save livekit-cpp-sdk-x64:${{ github.sha }} | gzip > livekit-cpp-sdk-x64-docker.tar.gz
407407
408408 - name : Upload Docker image artifact
409- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
409+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
410410 with :
411411 name : livekit-cpp-sdk-docker-x64
412412 path : livekit-cpp-sdk-x64-docker.tar.gz
@@ -419,7 +419,7 @@ jobs:
419419
420420 steps :
421421 - name : Checkout (with submodules)
422- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
422+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
423423 with :
424424 submodules : recursive
425425 fetch-depth : 0
@@ -486,7 +486,7 @@ jobs:
486486 docker save livekit-cpp-sdk:${{ github.sha }} | gzip > livekit-cpp-sdk-arm64-docker.tar.gz
487487
488488 - name : Upload Docker image artifact
489- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
489+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
490490 with :
491491 name : livekit-cpp-sdk-docker-arm64
492492 path : livekit-cpp-sdk-arm64-docker.tar.gz
@@ -500,7 +500,7 @@ jobs:
500500
501501 steps :
502502 - name : Download Docker image artifact
503- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
503+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
504504 with :
505505 name : livekit-cpp-sdk-docker-arm64
506506
@@ -527,7 +527,7 @@ jobs:
527527
528528 steps :
529529 - name : Download Docker image artifact
530- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
530+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
531531 with :
532532 name : livekit-cpp-sdk-docker-x64
533533
0 commit comments