From f06867c9086c7644945ca133e0344f10530c8f4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 02:51:53 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ef80f..6cad0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.4.1 with: version: '6' - name: Setup Node diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7cf4f31..899e198 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.4.1 with: version: '7' - name: Setup Node