Skip to content

Commit ff1629a

Browse files
chore(deps): bump pnpm/action-setup from 2 to 3 (#1534)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e89ceae commit ff1629a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
fetch-depth: 0
2121

22-
- uses: pnpm/action-setup@v2
22+
- uses: pnpm/action-setup@v3
2323
name: Install pnpm
2424
id: pnpm-install
2525

.github/workflows/push-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626
fetch-depth: 0
2727

28-
- uses: pnpm/action-setup@v2
28+
- uses: pnpm/action-setup@v3
2929
name: Install pnpm
3030
id: pnpm-install
3131

0 commit comments

Comments
 (0)