Skip to content

Commit 38455d0

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 02d1232 commit 38455d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/d1-migrations/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: 'composite'
1717
steps:
1818
- name: Setup pnpm
19-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
19+
uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6
2020
with:
2121
version: 10.33.0
2222

.github/actions/wrangler-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: 'composite'
2020
steps:
2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
22+
uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6
2323
with:
2424
version: 10.33.0
2525

0 commit comments

Comments
 (0)