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.
1 parent a0920fd commit dafb1c3Copy full SHA for dafb1c3
.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