Skip to content

Commit d747eda

Browse files
committed
Upgrade 'pnpm/action-setup' to v4 in all CI workflows
Follow-up to PR 279, where specifically the test-deploy-pnpm.yaml workflow was updated.
1 parent 542f857 commit d747eda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-pnpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 16
2626

27-
- uses: pnpm/action-setup@v2.2.2
27+
- uses: pnpm/action-setup@v4
2828
name: Install pnpm
2929
id: pnpm-install
3030
with:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 16
2323

24-
- uses: pnpm/action-setup@v2.0.1
24+
- uses: pnpm/action-setup@v4
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 16
2222

23-
- uses: pnpm/action-setup@v2.0.1
23+
- uses: pnpm/action-setup@v4
2424
name: Install pnpm
2525
id: pnpm-install
2626
with:

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: '16'
19-
- uses: pnpm/action-setup@v2.2.2
19+
- uses: pnpm/action-setup@v4
2020
with:
2121
version: 6.0.2
2222
run_install: |

0 commit comments

Comments
 (0)