We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2abdf commit 10ad0eaCopy full SHA for 10ad0ea
1 file changed
.github/workflows/api-diff.yml
@@ -1,5 +1,4 @@
1
name: Analyze API Changes
2
-description: Runs apidiff-go action to check for breaking changes to modules' public APIs
3
4
on:
5
pull_request:
@@ -23,7 +22,7 @@ jobs:
23
22
go-version-file: "go.mod"
24
cache: false
25
26
- - uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.1.0
+ - uses: smartcontractkit/.github/actions/apidiff-go@apidiff-go/0.2.0
27
env:
28
GITHUB_TOKEN: ${{ github.token }}
29
with:
0 commit comments