Skip to content

Commit 76e13a6

Browse files
build(deps): bump pnpm/action-setup from 2 to 3
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]>
1 parent 90b75aa commit 76e13a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v3
2222
with:
2323
version: 8
2424
- uses: actions/setup-node@v4

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
node-version: 18
5252

53-
- uses: pnpm/action-setup@v2
53+
- uses: pnpm/action-setup@v3
5454
with:
5555
version: 8
5656
- run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
4848
registry-url: 'https://registry.npmjs.org'
4949

50-
- uses: pnpm/action-setup@v2
50+
- uses: pnpm/action-setup@v3
5151
with:
5252
version: 8
5353
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)