Skip to content

Commit 0f7794a

Browse files
authored
ci(repo): bump break-check to v0.4.0 (#8842)
1 parent 51c8fdc commit 0f7794a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/api-changes.yml

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

108108
- name: Generate API snapshot
109109
run: |
110-
npx --yes "@clerk/break-check@0.3.0" snapshot \
110+
npx --yes "@clerk/break-check@0.4.0" snapshot \
111111
--output "$GITHUB_WORKSPACE/.api-snapshots-baseline"
112112
113113
- name: Upload baseline artifact
@@ -172,9 +172,9 @@ jobs:
172172
run: echo "BREAK_CHECK_FILTERS=$BREAK_CHECK_FILTERS" >> "$GITHUB_ENV"
173173

174174
- name: Break Check
175-
uses: clerk/break-check@4de930bd995569cfe32525dbd410e8881d7f8407 # v0.3.0
175+
uses: clerk/break-check@703a7d9a6829b3ce164af20e5dbac37b7acb1725 # v0.4.0
176176
with:
177-
break-check-version: '0.3.0'
177+
break-check-version: '0.4.0'
178178
# The PR head is already checked out, so build it in place rather than
179179
# in a second head worktree.
180180
head-ref: ''

0 commit comments

Comments
 (0)