Skip to content

Commit 6a71519

Browse files
chore(ci)(deps): bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). Updates `anthropics/claude-code-action` from 1.0.182 to 1.0.187 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@v1.0.182...v1.0.187) Updates `dtolnay/rust-toolchain` from 1.95.0 to 1.100.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1.95.0...1.100.0) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 282f278 commit 6a71519

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run Claude Code
3737
id: claude
38-
uses: anthropics/claude-code-action@v1.0.182
38+
uses: anthropics/claude-code-action@v1.0.187
3939
with:
4040
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4141
additional_permissions: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: matrix.needs_rust == true
8383
# Pinned so the clippy lint set is deterministic and matches local dev;
8484
# a floating `stable` silently changes which lints fire across runs.
85-
uses: dtolnay/rust-toolchain@1.95.0
85+
uses: dtolnay/rust-toolchain@1.100.0
8686
with:
8787
components: clippy,rustfmt
8888

0 commit comments

Comments
 (0)