From 3e8d5e5cf33b4cc87e9cb775d1171c9344a313ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:12:48 +0800 Subject: [PATCH] chore(deps): update silverhand-io/actions-node-pnpm-run-steps action to v4 (#542) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/commitlint.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 0310aec3a96..9929af586d6 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35dfa4a1550..cfcdffa8d0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27c30eb61a2..66d33923488 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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