Skip to content

Commit edca4e6

Browse files
build(deps): bump pnpm/action-setup from 3 to 4
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3...v4) --- 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 b3b8993 commit edca4e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
node-version: lts/*
6060
- name: Setup PNPM
61-
uses: pnpm/action-setup@v3
61+
uses: pnpm/action-setup@v4
6262
with:
6363
version: latest
6464
run_install: true
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
node-version: lts/*
9090
- name: Setup PNPM
91-
uses: pnpm/action-setup@v3
91+
uses: pnpm/action-setup@v4
9292
with:
9393
version: latest
9494
run_install: true

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: ${{ matrix.node }}
3737
- name: Setup PNPM
38-
uses: pnpm/action-setup@v3
38+
uses: pnpm/action-setup@v4
3939
with:
4040
version: latest
4141
run_install: true

0 commit comments

Comments
 (0)