Skip to content

Commit 6f34975

Browse files
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] <support@github.com>
1 parent 408215a commit 6f34975

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Setup pnpm
4141
id: pnpm-install
42-
uses: pnpm/action-setup@v3
42+
uses: pnpm/action-setup@v4
4343
with:
4444
run_install: false
4545

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 20
3535

3636
- name: Setup pnpm
37-
uses: pnpm/action-setup@v3
37+
uses: pnpm/action-setup@v4
3838
with:
3939
run_install: false
4040

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Setup pnpm
2525
id: pnpm-install
26-
uses: pnpm/action-setup@v3
26+
uses: pnpm/action-setup@v4
2727
with:
2828
run_install: false
2929

0 commit comments

Comments
 (0)