Skip to content

Commit 9af95d2

Browse files
build(deps): bump pnpm/action-setup from 3 to 4 (#371)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0dcd2fb commit 9af95d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: lts/*
4747
- name: Setup PNPM
48-
uses: pnpm/action-setup@v3
48+
uses: pnpm/action-setup@v4
4949
with:
5050
version: latest
5151
run_install: true

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: lts/*
2424
- name: Setup PNPM
25-
uses: pnpm/action-setup@v3
25+
uses: pnpm/action-setup@v4
2626
with:
2727
version: latest
2828
run_install: true

0 commit comments

Comments
 (0)