Skip to content

Commit 8685d1a

Browse files
build(deps): bump pnpm/action-setup from 3 to 4 (#193)
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 114bade commit 8685d1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: lts/*
1919
- name: Setup PNPM
20-
uses: pnpm/action-setup@v3
20+
uses: pnpm/action-setup@v4
2121
with:
2222
version: latest
2323
run_install: true

.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@v3
49+
uses: pnpm/action-setup@v4
5050
with:
5151
version: latest
5252
run_install: true

.github/workflows/pull_request.yml

+1-1
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)