From cd2f8db7953c6071f291a686b224963a36d078a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:24:11 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.1.0 --- .github/workflows/canary.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index fecad94d..b7f20f50 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup PNPM - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 with: version: 7.19.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf657050..91e591da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup PNPM - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 with: version: 7.19.0