Skip to content

Commit

Permalink
chore(deps): update silverhand-io/actions-node-pnpm-run-steps action …
Browse files Browse the repository at this point in the history
…to v4 (#542)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 2361a96 commit 3e8d5e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v3
uses: silverhand-io/actions-node-pnpm-run-steps@v4

- name: Commitlint
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v3
uses: silverhand-io/actions-node-pnpm-run-steps@v4

- name: Build
run: pnpm build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v3
uses: silverhand-io/actions-node-pnpm-run-steps@v4

- name: Build
run: pnpm build
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v3
uses: silverhand-io/actions-node-pnpm-run-steps@v4

- name: Lint
run: pnpm lint

0 comments on commit 3e8d5e5

Please sign in to comment.