Skip to content

Commit 18fb60d

Browse files
(publish.yml): Update pnpm git actions version to 4.0
1 parent 8344228 commit 18fb60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ^20
2121
registry-url: https://registry.npmjs.org
2222
- name: 🚀 Setup pnpm
23-
uses: pnpm/action-setup@v2.4.0
23+
uses: pnpm/action-setup@v4
2424
- name: ↘️ Install dependencies
2525
run: pnpm install --no-frozen-lockfile
2626
- name: 🏗️ Build Package

0 commit comments

Comments
 (0)