Skip to content

Commit

Permalink
Upgrade 'pnpm/action-setup' to v4 in all CI workflows
Browse files Browse the repository at this point in the history
Follow-up to PR 279,
where specifically the test-deploy-pnpm.yaml workflow was updated.
  • Loading branch information
DeeDeeG committed Jul 19, 2024
1 parent 542f857 commit d747eda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pnpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
with:

This comment has been minimized.

Copy link
@savetheclocktower

savetheclocktower Aug 31, 2024

Contributor

This line, and the next few after it, are dedented by one space from what they ought to be. My fork complained about this when I pushed to a branch, but apparently it's not a problem on origin?

Not sure whether this is GitHub or YAML being insane, but I could get rich betting on the insanity of YAML, so that's my gut feeling.

version: 6.0.2
run_install: |
Expand Down

0 comments on commit d747eda

Please sign in to comment.