From 5e29aa744556086953321ceff91f602dbfc80d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 02:40:49 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index d2f69f5..4080c64 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 - name: Set node version id: setup-node diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e40c25..a548ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 - name: Set node version id: setup-node @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 - name: Install dependencies and build run: pnpm run preflight - name: Hello world action step