Skip to content

Commit 10ad0ea

Browse files
authored
chore(ci): bump apidiff-go to v0.2.0 (#1582)
1 parent 2c2abdf commit 10ad0ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/api-diff.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Analyze API Changes
2-
description: Runs apidiff-go action to check for breaking changes to modules' public APIs
32

43
on:
54
pull_request:
@@ -23,7 +22,7 @@ jobs:
2322
go-version-file: "go.mod"
2423
cache: false
2524

26-
- uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.1.0
25+
- uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.2.0
2726
env:
2827
GITHUB_TOKEN: ${{ github.token }}
2928
with:

0 commit comments

Comments
 (0)