Skip to content

Commit c056c8d

Browse files
build(deps): bump pnpm/action-setup from 3 to 4 (#38)
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 78aa762 commit c056c8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: lts/*
2222
- name: Setup PNPM
23-
uses: pnpm/action-setup@v3
23+
uses: pnpm/action-setup@v4
2424
with:
2525
version: latest
2626
run_install: true
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
node-version: lts/*
5050
- name: Setup PNPM
51-
uses: pnpm/action-setup@v3
51+
uses: pnpm/action-setup@v4
5252
with:
5353
version: latest
5454
run_install: true

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

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)