From 4a5db5c8a5729b163b92677ddab0b748f4d73173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:05:21 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/0e279bb959325dab635dd2c09392533439d90093...0ebf47130e4866e96fce0953f49152a61190b271) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aip-npm-release.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/npm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aip-npm-release.yaml b/.github/workflows/aip-npm-release.yaml index 50b07bdac8..06707e628a 100644 --- a/.github/workflows/aip-npm-release.yaml +++ b/.github/workflows/aip-npm-release.yaml @@ -48,7 +48,7 @@ jobs: # perform the OIDC handshake. setup-node provides a current npm and # writes a registry-scoped .npmrc with no _authToken. - name: Set up pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: package_json_file: api/spec/package.json diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72f4d86c73..6ccdc4dbe7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -200,7 +200,7 @@ jobs: persist-credentials: false - name: Set up pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: package_json_file: api/client/javascript/package.json diff --git a/.github/workflows/npm-release.yaml b/.github/workflows/npm-release.yaml index 8c3eb6ed08..affaa9ba85 100644 --- a/.github/workflows/npm-release.yaml +++ b/.github/workflows/npm-release.yaml @@ -47,7 +47,7 @@ jobs: # perform the OIDC handshake. setup-node provides a current npm and # writes a registry-scoped .npmrc with no _authToken. - name: Set up pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: package_json_file: api/client/javascript/package.json