From 25d4fc355a892bad304f06431d36c50f9a55d5f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:20:35 +0000 Subject: [PATCH] Update pnpm/action-setup action to v2.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ebba6..73fbd5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.3.0 + uses: pnpm/action-setup@v2.4.0 with: version: 8 - name: Install Node.js