From 22985c0c9045e36257297dce7ae52a63d9f03915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:19:18 +0000 Subject: [PATCH] chore(deps): update silverhand-io/actions-node-pnpm-run-steps action to v3 --- .github/workflows/commitlint.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 33624497..bb19aea8 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@v2 + uses: silverhand-io/actions-node-pnpm-run-steps@v3 with: run-install: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb11a055..b579cc39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35634694..34288297 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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