Skip to content

Commit b3f7296

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] <[email protected]>
1 parent 1d08012 commit b3f7296

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

4141
- name: Setup pnpm
4242
id: pnpm-install
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v4
4444
with:
4545
run_install: false
4646

.github/workflows/eslint.yml

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

3434
- name: Setup pnpm
3535
id: pnpm-install
36-
uses: pnpm/action-setup@v3
36+
uses: pnpm/action-setup@v4
3737
with:
3838
run_install: false
3939

.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
version: 8
2929
run_install: false

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v3
33+
uses: pnpm/action-setup@v4
3434
with:
3535
run_install: false
3636

0 commit comments

Comments
 (0)