Skip to content

Commit 6127f80

Browse files
committed
Update Claude workflow to simplify action references by using version tags, enhancing clarity and maintainability.
1 parent 67e154d commit 6127f80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 1
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: ./.github/actions/claude-code-action
34+
uses: anthropics/claude-code-action@beta
3535
with:
36-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
37-
36+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)