From e86ce3ce7f23e2c367d75f126e21b1dfb8b28a1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 02:49:53 +0000 Subject: [PATCH] chore(deps): update logto-io/actions-node-pnpm-run-steps action to v1.2.2 (#908) Co-authored-by: Renovate Bot --- .github/workflows/commitlint.yml | 2 +- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/upload-annotations.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 02269a191..d6ba2df9f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.1 + uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 - name: Commitlint run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index cdf2c6f10..462150f8e 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.1 + uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 - name: Build run: pnpm -- lerna run build --stream diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index aced7d09e..43a3701ec 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.1 + uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 - name: Package run: ./package.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89dd86177..2b31dae44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.1 + uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 - name: Build run: pnpm ci:build diff --git a/.github/workflows/upload-annotations.yml b/.github/workflows/upload-annotations.yml index d0b6a2980..e76a13eae 100644 --- a/.github/workflows/upload-annotations.yml +++ b/.github/workflows/upload-annotations.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.1 + uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 - name: Prepack run: pnpm prepack