Skip to content

Commit d7cb2ae

Browse files
build(deps): bump pnpm/action-setup from 2 to 3 (#9)
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 a198dac commit d7cb2ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: lts/*
4848
- name: Setup PNPM
49-
uses: pnpm/action-setup@v2
49+
uses: pnpm/action-setup@v3
5050
with:
5151
version: latest
5252
run_install: true

.github/workflows/pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Setup PNPM
28-
uses: pnpm/action-setup@v2
28+
uses: pnpm/action-setup@v3
2929
with:
3030
version: latest
3131
run_install: true
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: ${{ matrix.node-version }}
5656
- name: Setup PNPM
57-
uses: pnpm/action-setup@v2
57+
uses: pnpm/action-setup@v3
5858
with:
5959
version: latest
6060
run_install: true

0 commit comments

Comments
 (0)