Skip to content

Commit e7a366c

Browse files
chore(deps): update pnpm/action-setup action to v5 (#2027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2442a70 commit e7a366c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: pnpm/action-setup@v4
15+
- uses: pnpm/action-setup@v5
1616
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 'lts/*'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919
fetch-depth: 0
2020

21-
- uses: pnpm/action-setup@v4
21+
- uses: pnpm/action-setup@v5
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)