From e20db039d62b8ab9afa77c42f6b08f4f3770cd69 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 29 Jul 2024 09:06:19 -0400 Subject: [PATCH] Upgrade `pnpm/action-setup` to v4.0.0 (#15427) This PR upgrades the `pnpm/action-setup` GitHub Action to v4.0.0. Trying to see if I can fix the Renovate warning stemming from https://github.com/pnpm/action-setup/issues/95. Release Notes: - N/A --- .github/workflows/danger.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index b68c3ff5a0..8ff35b9e26 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: version: 9 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d5ef10623d..be0f3c5a82 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: version: 9