From fe1795bb0bcf67c5724707e856eed7a8cc8d8ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:20:01 +0000 Subject: [PATCH] Bump pnpm/action-setup Bumps the actions-minor-patch group with 1 update in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/b906affcce14559ad1aafd4ab0e942779e9f58b1...fc06bc1257f339d1d5d8b3a19a8cae5388b55320) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/macos-arm64.yml | 2 +- .github/workflows/macos-x86_64.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/server-images.yml | 4 ++-- .github/workflows/validation.yml | 2 +- .github/workflows/windows-x64.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/macos-arm64.yml b/.github/workflows/macos-arm64.yml index c67a538..3fc2cdf 100644 --- a/.github/workflows/macos-arm64.yml +++ b/.github/workflows/macos-arm64.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - run: test "$(uname -m)" = "arm64" - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/macos-x86_64.yml b/.github/workflows/macos-x86_64.yml index 20e53a1..02217c9 100644 --- a/.github/workflows/macos-x86_64.yml +++ b/.github/workflows/macos-x86_64.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - run: test "$(uname -m)" = "x86_64" - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f2bbccc..e73ca08 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -37,7 +37,7 @@ jobs: run: | ruby .agents/skills/site-release-sync/scripts/check.rb --check ruby .agents/skills/site-release-sync/scripts/check_test.rb - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6843f34..a436362 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: set -euo pipefail echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" echo "tag=$RELEASE_TAG" >> "$GITHUB_OUTPUT" - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } @@ -117,7 +117,7 @@ jobs: with: ref: ${{ needs.validate.outputs.source_sha }} - run: test "$(uname -m)" = "arm64" - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } @@ -150,7 +150,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: ref: ${{ needs.validate.outputs.source_sha }} - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } @@ -171,7 +171,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: ref: ${{ needs.validate.outputs.source_sha }} - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/server-images.yml b/.github/workflows/server-images.yml index 8eb97e3..a30aa20 100644 --- a/.github/workflows/server-images.yml +++ b/.github/workflows/server-images.yml @@ -190,7 +190,7 @@ jobs: with: ref: ${{ env.SOURCE_SHA }} - run: test "$(uname -m)" = "arm64" - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } @@ -218,7 +218,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: ref: ${{ env.SOURCE_SHA }} - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index d5b2706..b03b836 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -10,7 +10,7 @@ jobs: runs-on: macos-15 steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm } diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index b6daffb..1fa60c8 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-2025 steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: { version: 10.33.0 } - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: { node-version: 24, cache: pnpm }