From e0943f76623de1ea49c5d3321b42523b9eb9dcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:05:44 +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/v6.0.8...v6.0.9) --- 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/ci.yml | 2 +- .github/workflows/dependabot-fmt.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d71aa..f858dc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Setup pnpm - uses: pnpm/action-setup@v6.0.8 + uses: pnpm/action-setup@v6.0.9 - name: Setup Node uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/dependabot-fmt.yml b/.github/workflows/dependabot-fmt.yml index 0c1d527..0d4a9a8 100644 --- a/.github/workflows/dependabot-fmt.yml +++ b/.github/workflows/dependabot-fmt.yml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup pnpm - uses: pnpm/action-setup@v6.0.8 + uses: pnpm/action-setup@v6.0.9 - name: Setup Node uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 148f418..639e3ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fi - name: Setup pnpm - uses: pnpm/action-setup@v6.0.8 + uses: pnpm/action-setup@v6.0.9 - name: Setup Node uses: actions/setup-node@v6.4.0