Skip to content

Commit ac1be44

Browse files
Update GitHub Actions (#1047)
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 c58fb9e commit ac1be44

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313

1414
- name: Cache dependencies
1515
id: cache
16-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
16+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1717
with:
1818
path: ./node_modules
1919
key: modules-${{ hashFiles('package-lock.json') }}

.github/workflows/autogen-docs-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
# nor make arbitrary network calls (no curl/Bash beyond gh).
143143
- name: Compose reviewer summary
144144
if: steps.pr.outputs.skip != 'true'
145-
uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1.0.152
145+
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
146146
with:
147147
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
148148
# Skips claude-code-action's OIDC -> GitHub App token exchange

.github/workflows/claude.yml

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

5656
- name: Run Claude Code
5757
id: claude
58-
uses: anthropics/claude-code-action@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158
58+
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
5959
with:
6060
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
6161
additional_permissions: |

.github/workflows/upstream-release-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302

303303
- name: Cache dependencies
304304
id: cache
305-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
305+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
306306
with:
307307
path: ./node_modules
308308
key: modules-${{ hashFiles('package-lock.json') }}
@@ -491,7 +491,7 @@ jobs:
491491
# burns the full 90-minute job budget. Paired with --max-turns
492492
# below for a runaway-cost ceiling.
493493
timeout-minutes: 45
494-
uses: anthropics/claude-code-action@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158
494+
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
495495
with:
496496
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
497497
additional_permissions: |
@@ -621,7 +621,7 @@ jobs:
621621
# baseline -- cheap safety net for the rare case where review
622622
# spirals on a file it can't stop "improving".
623623
timeout-minutes: 10
624-
uses: anthropics/claude-code-action@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158
624+
uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176
625625
with:
626626
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
627627
additional_permissions: |

0 commit comments

Comments
 (0)