Skip to content

Commit 5910c9c

Browse files
committed
chore(deps): update github-actions-minor-patch
1 parent d74580e commit 5910c9c

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.1
31+
node-version: 24.14.0
3232

3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v4
3535
with:
36-
version: 10.30.1
36+
version: 10.31.0
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.1
69+
node-version: 24.14.0
7070
registry-url: 'https://registry.npmjs.org/'
7171

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

7777
- name: Set Git Identity
7878
run: |

0 commit comments

Comments
 (0)