We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0920fd + dafb1c3 commit c22ad0cCopy full SHA for c22ad0c
.github/workflows/api-check.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Report API check result
47
if: steps.griffe-check.outputs.api_check_result == 'warning'
48
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
49
with:
50
script: |
51
core.warning('API stability check detected breaking changes. Please review the API changes above.')
0 commit comments