diff --git a/.github/workflows/api-check.yml b/.github/workflows/api-check.yml index c0066353..d55ffac0 100644 --- a/.github/workflows/api-check.yml +++ b/.github/workflows/api-check.yml @@ -45,7 +45,7 @@ jobs: - name: Report API check result if: steps.griffe-check.outputs.api_check_result == 'warning' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.warning('API stability check detected breaking changes. Please review the API changes above.')