Skip to content

Commit 62f0cb4

Browse files
chore(deps): bump pnpm/action-setup from 2 to 3 (#53)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c6cd63 commit 62f0cb4

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: '0'
2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v2
30+
uses: pnpm/action-setup@v3
3131
with:
3232
version: 8
3333
- name: Setup Node

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Setup pnpm
27-
uses: pnpm/action-setup@v2
27+
uses: pnpm/action-setup@v3
2828
with:
2929
version: 8
3030
- name: Setup Node

0 commit comments

Comments
 (0)