We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8740c6 commit c1bcfdaCopy full SHA for c1bcfda
.github/actions/setup/action.yaml
@@ -9,7 +9,7 @@ runs:
9
- name: Set up Node.js
10
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
11
with:
12
- node-version: '24.11.1'
+ node-version: '24.12.0'
13
14
- name: Cache dependencies
15
id: cache
.github/workflows/claude.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run Claude Code
35
id: claude
36
- uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1
+ uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1
37
38
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39
additional_permissions: |
0 commit comments