Skip to content

Commit 51a13d1

Browse files
ci(github-actions): update github-actions
1 parent 672fcc6 commit 51a13d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
token: ${{ secrets.GH_TOKEN }}
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
27+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
2828

2929
- name: Setup Node.js
30-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
30+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131
with:
3232
node-version-file: .nvmrc
3333

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
echo "TMPDIR=D:\temp" >> $env:GITHUB_ENV
2828
2929
- name: Install pnpm
30-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
30+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
3131

3232
- name: Setup Node.js
33-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
33+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3434
with:
3535
node-version-file: .nvmrc
3636

0 commit comments

Comments
 (0)