From dde8a892ff9be6f9acbd5164fb5dda9c57d8a7c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:35:11 +0800 Subject: [PATCH] chore(deps): update silverhand-io/actions-node-pnpm-run-steps action to v4 (#5164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/changesets.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/master-codecov-report.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/upload-annotations.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 3d8fbd8a8..751c4f726 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.BOT_PAT }} - name: Setup Node and pnpm - uses: silverhand-io/actions-node-pnpm-run-steps@v3 + uses: silverhand-io/actions-node-pnpm-run-steps@v4 - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index c91b7a526..ecc733d79 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -21,7 +21,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/main.yml b/.github/workflows/main.yml index 669ba5729..535e23c2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,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 ci:build @@ -31,7 +31,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: Prepack run: pnpm prepack @@ -49,7 +49,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 for test run: pnpm -r build:test @@ -112,7 +112,7 @@ jobs: run: cp ./fresh/pnpm-lock.yaml ./ - name: Setup Node and pnpm - uses: silverhand-io/actions-node-pnpm-run-steps@v3 + uses: silverhand-io/actions-node-pnpm-run-steps@v4 with: run-install: false diff --git a/.github/workflows/master-codecov-report.yml b/.github/workflows/master-codecov-report.yml index 1e299d6ed..0807e45ae 100644 --- a/.github/workflows/master-codecov-report.yml +++ b/.github/workflows/master-codecov-report.yml @@ -14,7 +14,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 for test run: pnpm -r build:test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa383192..19931cf6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,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: Import GPG key uses: crazy-max/ghaction-import-gpg@v6 @@ -108,7 +108,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: Build run: pnpm -r build diff --git a/.github/workflows/upload-annotations.yml b/.github/workflows/upload-annotations.yml index ed3087f70..a7d48c5ce 100644 --- a/.github/workflows/upload-annotations.yml +++ b/.github/workflows/upload-annotations.yml @@ -22,7 +22,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: Prepack run: pnpm prepack