Skip to content

Commit 8d66b47

Browse files
chore(deps): update github actions
1 parent a1cf760 commit 8d66b47

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
toolchain: stable
3131

3232
- name: Cache cargo registry
33-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434
with:
3535
path: |
3636
~/.cargo/registry
@@ -79,7 +79,7 @@ jobs:
7979
components: clippy
8080

8181
- name: Cache cargo registry
82-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
82+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8383
with:
8484
path: |
8585
~/.cargo/registry
@@ -112,7 +112,7 @@ jobs:
112112
toolchain: stable
113113

114114
- name: Cache cargo registry
115-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
116116
with:
117117
path: |
118118
~/.cargo/registry
@@ -145,7 +145,7 @@ jobs:
145145
toolchain: stable
146146

147147
- name: Cache cargo registry
148-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
148+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
149149
with:
150150
path: |
151151
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
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

Comments
 (0)