From f911bb464ff1b2f8a303ac8886690dd0266ccc58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:21:40 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pnpm/action-setup | v3.0.0 | v4.0.0 | --- .github/actions/setup-node/action.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/update-data.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index b0b6e2bc360ac6..65777a99305b45 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -48,7 +48,7 @@ runs: }}' >> "$GITHUB_ENV" - name: Setup pnpm - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 + uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: standalone: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 166bb0e3d7492d..18baa43c5dbb72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -581,7 +581,7 @@ jobs: show-progress: false - name: Setup pnpm - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 + uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: standalone: true diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 93a90119fb1069..aead3c9df7ad32 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -22,7 +22,7 @@ jobs: show-progress: false - name: Setup pnpm - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 + uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: standalone: true