From 88833aae10476df73e4f65ce47f0093b004ca19c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:04:21 +0000 Subject: [PATCH] Update pnpm/action-setup action to v6.0.3 --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 380a5d4..930783b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 + - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3 name: Install pnpm with: standalone: true diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d598f38..017ee97 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 + - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3 name: Install pnpm with: standalone: true