Skip to content

Commit c1bcfda

Browse files
Update GitHub Actions (#399)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8740c6 commit c1bcfda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Set up Node.js
1010
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1111
with:
12-
node-version: '24.11.1'
12+
node-version: '24.12.0'
1313

1414
- name: Cache dependencies
1515
id: cache

.github/workflows/claude.yml

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

3434
- name: Run Claude Code
3535
id: claude
36-
uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1
36+
uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1
3737
with:
3838
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3939
additional_permissions: |

0 commit comments

Comments
 (0)