Skip to content

Commit 9d6ad07

Browse files
chore(deps): update all dependencies on github actions
1 parent 95d9758 commit 9d6ad07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/claude-code-review.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 Review
3737
id: claude-review
38-
uses: anthropics/claude-code-action@1b4ac7d7e0f097d23bf4730891060f8d3c11f580
38+
uses: anthropics/claude-code-action@6d5c92076ba3f5240a002d916ca6f91c5fa05529
3939
with:
4040
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4141

.github/workflows/claude.yml

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

3535
- name: Run Claude Code
3636
id: claude
37-
uses: anthropics/claude-code-action@1b4ac7d7e0f097d23bf4730891060f8d3c11f580
37+
uses: anthropics/claude-code-action@6d5c92076ba3f5240a002d916ca6f91c5fa05529
3838
with:
3939
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4040

.github/workflows/make-swagger-artifacts.yml

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

2525
steps:
2626
- name: Configure AWS Credentials
27-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
27+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2828
with:
2929
aws-region: ap-northeast-1
3030
role-to-assume: arn:aws:iam::607167088920:role/github-actions-dreamkast

0 commit comments

Comments
 (0)