Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.3 (Milkdown#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2022
1 parent 079a6c6 commit 9366f5a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 18.6.0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 18.6.0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-nx-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18.6.0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stop-nx-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 18.6.0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 18.6.0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].3
with:
version: latest
run_install: false
Expand Down

0 comments on commit 9366f5a

Please sign in to comment.