Skip to content

Commit 1277371

Browse files
chore(deps): update github-actions (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e9cf8f commit 1277371

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535
- name: Run Claude Code Review
3636
id: claude-review
37-
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
37+
uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178
3838
with:
3939
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4040

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 1
4040
- name: Run Claude Code
4141
id: claude
42-
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
42+
uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178
4343
with:
4444
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545

.github/workflows/prek.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
prek-${{ runner.os }}-
2323
# mypy is skipped here (the dedicated mypy.yaml workflow runs it with a
2424
# full HA dependency env).
25-
- uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
25+
- uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6
2626
env:
2727
SKIP: no-commit-to-branch,mypy
2828
with:

0 commit comments

Comments
 (0)