Skip to content

Commit e720697

Browse files
chore(deps): bump pnpm/action-setup from 2 to 3
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2...v3) --- 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 a740899 commit e720697

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lhci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version-file: ".nvmrc"
4040
- name: Set pnpm version
41-
uses: pnpm/action-setup@v2
41+
uses: pnpm/action-setup@v3
4242
with:
4343
run_install: false
4444
version: 7

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 18.17
3030
registry-url: "https://registry.npmjs.org"
3131

32-
- uses: pnpm/action-setup@v2
32+
- uses: pnpm/action-setup@v3
3333
name: Install pnpm
3434
id: pnpm-install
3535
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version-file: ".nvmrc"
2020
- name: Set pnpm version
21-
uses: pnpm/action-setup@v2
21+
uses: pnpm/action-setup@v3
2222
with:
2323
run_install: false
2424
version: 7

0 commit comments

Comments
 (0)