Skip to content

Commit c60a3be

Browse files
chore: bump the all-minor-patch group with 2 updates (#64)
Bumps the all-minor-patch group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `anthropics/claude-code-action` from 1.0.72 to 1.0.76 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@cd77b50...6062f37) Updates `cypress-io/github-action` from 7.1.7 to 7.1.8 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@ed2d88c...4c06c48) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.76 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: cypress-io/github-action dependency-version: 7.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alec Ibarra <93070681+adibarra@users.noreply.github.com>
1 parent c4a1eb0 commit c60a3be

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude-chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Run Claude Code
114114
id: claude
115115
if: ${{ always() }}
116-
uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
116+
uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1.0.76
117117
env:
118118
GH_TOKEN: ${{ secrets.PAT }}
119119
GITHUB_TOKEN: ${{ secrets.PAT }}

.github/workflows/claude-cron-media.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "end_date=$END_DATE" >> "$GITHUB_OUTPUT"
4242
4343
- name: Find weekly InferenceX mentions
44-
uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
44+
uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1.0.76
4545
with:
4646
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4747
github_token: ${{ secrets.PAT }}

.github/workflows/claude-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: PR Review with Claude
42-
uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
42+
uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1.0.76
4343
with:
4444
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4545
trigger_phrase: '@pr-claude'

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Run Claude Code
128128
id: claude
129129
if: ${{ always() }}
130-
uses: anthropics/claude-code-action@cd77b50d2b0808657f8e6774085c8bf54484351c # v1.0.72
130+
uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1.0.76
131131
env:
132132
GH_TOKEN: ${{ secrets.PAT }}
133133
GITHUB_TOKEN: ${{ secrets.PAT }}

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
CI: true
7070
- name: Run integration tests
71-
uses: cypress-io/github-action@ed2d88ccbbf936c5aac087dd43e10425abc3534f # v7.1.7
71+
uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
7272
with:
7373
working-directory: packages/app
7474
install: false

0 commit comments

Comments
 (0)