From e1d243480537057e106c10a8a65844a62c487e91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:05:22 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 9b5745c --- .github/workflows/bump.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/pin-dependencies-check.yml | 2 +- .github/workflows/pull-request-title-check.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 6bfb2fcfa7..bdd85f489f 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 1 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Install packages run: pnpm install --frozen-lockfile --prefer-offline - name: Create "version packages" pull request diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6fbabcb8b1..fa6ac272a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Run Lint run: pnpm dlx @biomejs/biome@2.3.11 check . env: diff --git a/.github/workflows/pin-dependencies-check.yml b/.github/workflows/pin-dependencies-check.yml index 96476870f8..73c2ca158f 100644 --- a/.github/workflows/pin-dependencies-check.yml +++ b/.github/workflows/pin-dependencies-check.yml @@ -22,6 +22,6 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Check for pinned dependencies run: pnpm dlx tsx@4.21.0 ./scripts/check-dependency-versions.ts diff --git a/.github/workflows/pull-request-title-check.yml b/.github/workflows/pull-request-title-check.yml index 8ff79d4d14..fb676708ee 100644 --- a/.github/workflows/pull-request-title-check.yml +++ b/.github/workflows/pull-request-title-check.yml @@ -18,6 +18,6 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Check pull request title run: pnpm dlx tsx@4.21.0 ./scripts/pull-request-title-check.ts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be1090a3f3..4f26940d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Install npm v11 run: npm install -g npm@11 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Install packages run: pnpm install --frozen-lockfile --prefer-offline - name: Publish stable release diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b181a3315..fbf47385d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 1 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Install packages run: pnpm install --frozen-lockfile --prefer-offline - name: Run Build