Skip to content

Commit 42a4349

Browse files
chore(deps): update github actions (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c328b2 commit 42a4349

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
@@ -32,7 +32,7 @@ jobs:
3232
toolchain: stable
3333

3434
- name: Cache cargo registry
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636
with:
3737
path: |
3838
~/.cargo/registry
@@ -81,7 +81,7 @@ jobs:
8181
components: clippy
8282

8383
- name: Cache cargo registry
84-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
84+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8585
with:
8686
path: |
8787
~/.cargo/registry
@@ -114,7 +114,7 @@ jobs:
114114
toolchain: stable
115115

116116
- name: Cache cargo registry
117-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
117+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
118118
with:
119119
path: |
120120
~/.cargo/registry
@@ -147,7 +147,7 @@ jobs:
147147
toolchain: stable
148148

149149
- name: Cache cargo registry
150-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
150+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
151151
with:
152152
path: |
153153
~/.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)