Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

chore(deps): update silverhand-io/actions-node-pnpm-run-steps action to v3 #153

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v2
uses: silverhand-io/actions-node-pnpm-run-steps@v3
with:
run-install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v2
uses: silverhand-io/actions-node-pnpm-run-steps@v3
with:
run-install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git_commit_gpgsign: true

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v2
uses: silverhand-io/actions-node-pnpm-run-steps@v3
with:
run-install: false

Expand Down