@@ -33,15 +33,15 @@ jobs:
3333 timeout-minutes : 30
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3737
3838 - name : Setup Node.js
3939 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4040 with :
4141 node-version : 22
4242
4343 - name : Setup pnpm
44- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
44+ uses : pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2 .0
4545 with :
4646 version : ^10.16.0
4747
@@ -122,7 +122,7 @@ jobs:
122122 echo "yoga.js size: $(du -h packages/yoga-layout/build/wasm/yoga.js | cut -f1)"
123123
124124 - name : Upload yoga artifacts
125- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
125+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126 with :
127127 name : yoga-wasm
128128 path : packages/yoga-layout/build/wasm/
@@ -134,15 +134,15 @@ jobs:
134134 timeout-minutes : 60
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
137+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
138138
139139 - name : Setup Node.js
140140 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
141141 with :
142142 node-version : 22
143143
144144 - name : Setup pnpm
145- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
145+ uses : pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2 .0
146146 with :
147147 version : ^10.16.0
148148
@@ -214,7 +214,7 @@ jobs:
214214 echo "ai.js size: $(du -h packages/socketbin-cli-ai/dist/ai.js | cut -f1)"
215215
216216 - name : Upload AI artifacts
217- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
217+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
218218 with :
219219 name : ai-models
220220 path : packages/socketbin-cli-ai/dist/
@@ -226,15 +226,15 @@ jobs:
226226 timeout-minutes : 90
227227 steps :
228228 - name : Checkout
229- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
229+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
230230
231231 - name : Setup Node.js
232232 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
233233 with :
234234 node-version : 22
235235
236236 - name : Setup pnpm
237- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
237+ uses : pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2 .0
238238 with :
239239 version : ^10.16.0
240240
@@ -313,7 +313,7 @@ jobs:
313313 echo "onnxruntime-web.wasm size: $(du -h packages/onnx-runtime-builder/dist/onnxruntime-web.wasm | cut -f1)"
314314
315315 - name : Upload ONNX Runtime artifacts
316- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
316+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
317317 with :
318318 name : onnx-runtime
319319 path : packages/onnx-runtime-builder/dist/
@@ -325,7 +325,7 @@ jobs:
325325 runs-on : ubuntu-latest
326326 steps :
327327 - name : Download all artifacts
328- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
328+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
329329 with :
330330 path : artifacts
331331
0 commit comments