From 269b92553e349f345f90ec6f7c8b40fae6edcf5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:53:16 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to 0977fd9 --- .github/workflows/pnpm-lint-and-compile.yaml | 4 ++-- .github/workflows/pnpm-publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pnpm-lint-and-compile.yaml b/.github/workflows/pnpm-lint-and-compile.yaml index 63d0e8b..0ba34e9 100644 --- a/.github/workflows/pnpm-lint-and-compile.yaml +++ b/.github/workflows/pnpm-lint-and-compile.yaml @@ -17,7 +17,7 @@ jobs: node-version-file: .node-version check-latest: false - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 11.17.0 standalone: true @@ -45,7 +45,7 @@ jobs: node-version-file: .node-version check-latest: false - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 11.17.0 standalone: true diff --git a/.github/workflows/pnpm-publish.yaml b/.github/workflows/pnpm-publish.yaml index 1fcc37a..51bc464 100644 --- a/.github/workflows/pnpm-publish.yaml +++ b/.github/workflows/pnpm-publish.yaml @@ -25,7 +25,7 @@ jobs: check-latest: true registry-url: ${{ matrix.registry }} - name: Set up pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: latest standalone: true