Skip to content

Commit 1c7a85a

Browse files
committed
chore(deps): update github-actions-minor-patch
1 parent 2ff9344 commit 1c7a85a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: 24.13.0
31+
node-version: 24.13.1
3232

3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v4
3535
with:
36-
version: 10.29.1
36+
version: 10.29.3
3737

3838
- name: Detect Deps version change
3939
id: check
@@ -66,13 +66,13 @@ jobs:
6666
- name: Setup Node
6767
uses: actions/setup-node@v6
6868
with:
69-
node-version: 24.13.0
69+
node-version: 24.13.1
7070
registry-url: 'https://registry.npmjs.org/'
7171

7272
- name: Setup pnpm
7373
uses: pnpm/action-setup@v4
7474
with:
75-
version: 10.29.1
75+
version: 10.29.3
7676

7777
- name: Set Git Identity
7878
run: |

0 commit comments

Comments
 (0)