Skip to content

Commit 861105e

Browse files
Bump anthropics/claude-code-action in the all-dependencies group
Bumps the all-dependencies group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.73 to 1.0.75 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@1b422b3...df37d2f) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29b9020 commit 861105e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-code-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 1
1919
- name: claude-review
2020
id: claude-review
21-
uses: anthropics/claude-code-action@1b422b3517b51140e4484faab676c5e68b914866
21+
uses: anthropics/claude-code-action@df37d2f0760a4b5683a6e617c9325bc1a36443f6
2222
with:
2323
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
2424
prompt: |

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 1
3131
- name: claude
3232
id: claude
33-
uses: anthropics/claude-code-action@1b422b3517b51140e4484faab676c5e68b914866
33+
uses: anthropics/claude-code-action@df37d2f0760a4b5683a6e617c9325bc1a36443f6
3434
with:
3535
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3636
additional_permissions: |

0 commit comments

Comments
 (0)