From 457becf6664f2f5ec5579a058b1b5472c58a576e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:43:49 +0000 Subject: [PATCH] chore(deps): bump the actions-minor-patch group across 1 directory with 3 updates Bumps the actions-minor-patch group with 3 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `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) Updates `taiki-e/install-action` from 2.81.10 to 2.82.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/7a79fe8c3a13344501c80d99cae481c1c9085912...8b3c737da4b541bf0fb5a3e0488ff20535badac9) Updates `anthropics/claude-code-action` from 1.0.146 to 1.0.152 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88...51705da45eecce209d4700538bf8377d5b5fc695) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: taiki-e/install-action dependency-version: 2.81.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/claude-audit.yml | 2 +- .github/workflows/claude.yml | 10 +++++----- .github/workflows/deploy-website.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4027b3197..1278a7ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: # against origin/main. fetch-depth: 0 - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@v6 - name: Install cargo-audit - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 + uses: taiki-e/install-action@8b3c737da4b541bf0fb5a3e0488ff20535badac9 # v2.82.1 with: tool: cargo-audit diff --git a/.github/workflows/claude-audit.yml b/.github/workflows/claude-audit.yml index c7a2eeee5..4cc149193 100644 --- a/.github/workflows/claude-audit.yml +++ b/.github/workflows/claude-audit.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 594e1acdb..6b9afe716 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -106,7 +106,7 @@ jobs: fetch-depth: 1 token: ${{ secrets.PAT_TOKEN }} - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -126,7 +126,7 @@ jobs: - name: Fix issue #${{ matrix.issue }} id: fix - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 env: # Claude's gh/git commands use PAT so PRs trigger CI GH_TOKEN: ${{ secrets.PAT_TOKEN }} @@ -226,7 +226,7 @@ jobs: # Verify the fix in a separate read-only Claude session - name: Verify fix for #${{ matrix.issue }} if: steps.find-pr.outputs.number - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.PAT_TOKEN }} @@ -307,7 +307,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: verify with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} @@ -383,7 +383,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index fdc54fd87..8dd229ef3 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -42,7 +42,7 @@ jobs: node-version: 22 - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9afa9d2db..cb88fcf8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: node-version: 22 - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10