From 70b30ae431e7fe5311ceb2b211da0009e211d0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:31:21 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.7 to 6.0.9 (#2418) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validate.yml | 2 +- .github/workflows/vhs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a55355c5..b04035fb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -74,7 +74,7 @@ jobs: uses: ./.github/actions/setup - name: Setup PNPM - uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: latest diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 0b3ad1d6..382b6817 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ github.ref_name }} - name: Setup PNPM - uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Setup NodeJS uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0