From 0c4a7b3bd5de60f634079014a27913012dbc8cb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:45:46 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 (#701) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a7c9a92..00e396b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: node-version-file: .nvmrc - name: Use PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 @@ -35,7 +35,7 @@ jobs: node-version-file: .nvmrc - name: Use PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 45b8869b..682e6cc6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: node-version-file: .nvmrc - name: Use PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index e797f3c4..570081bf 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -19,7 +19,7 @@ jobs: node-version-file: .nvmrc - name: Use PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c134d1..dc9f476c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: node-version-file: .nvmrc - name: Use PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7