Skip to content

Commit d131ce6

Browse files
committed
Fix go-apidiff commit ID
1 parent 2b2a88f commit d131ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semver-auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# if semver=major, this will return RC=1, so let's ignore the failure so label
4747
# can be set later. We check for actual errors in the next step.
4848
continue-on-error: true
49-
uses: joelanford/go-apidiff@v002aa613b261e8d1547b516fb71793280f05bb78
49+
uses: joelanford/go-apidiff@002aa613b261e8d1547b516fb71793280f05bb78
5050

5151
# go-apidiff returns RC=1 when semver=major, which makes the workflow to return
5252
# a failure. Instead let's just return a failure if go-apidiff failed to run.

0 commit comments

Comments
 (0)