4949 token : ${{ steps.app-token.outputs.token }}
5050
5151 - name : Setup Node.js
52- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
52+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
5353 with :
54- node-version : " 24.13 "
54+ node-version : " 24.14 "
5555
5656 - name : Setup pnpm
5757 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
@@ -240,7 +240,7 @@ jobs:
240240 private-key : ${{ secrets.APP_PRIVATE_KEY }}
241241
242242 - name : Download all artifacts
243- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
243+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
244244 with :
245245 path : artifacts
246246 pattern : agentsync-*
@@ -250,7 +250,7 @@ jobs:
250250 run : ls -la artifacts/
251251
252252 - name : Upload to GitHub Release
253- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
253+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
254254 with :
255255 tag_name : ${{ needs.semantic-release.outputs.new_release_git_tag }}
256256 files : artifacts/*
@@ -310,15 +310,15 @@ jobs:
310310 g++ --version
311311
312312 - name : Download artifact
313- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
313+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
314314 with :
315315 name : agentsync-${{ matrix.config.target }}
316316 path : artifacts
317317
318318 - name : Setup Node.js
319- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
319+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
320320 with :
321- node-version : " 24.13 "
321+ node-version : " 24.14 "
322322 registry-url : " https://registry.npmjs.org"
323323
324324 - name : Setup pnpm
@@ -474,9 +474,9 @@ jobs:
474474 g++ --version
475475
476476 - name : Setup Node.js
477- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
477+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
478478 with :
479- node-version : " 24.13 "
479+ node-version : " 24.14 "
480480 registry-url : " https://registry.npmjs.org"
481481
482482 - name : Setup pnpm
@@ -589,7 +589,7 @@ jobs:
589589 type=raw,value=latest
590590
591591 - name : Build and push Docker image
592- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
592+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
593593 with :
594594 context : .
595595 push : true
0 commit comments