diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6c762e9f..8731b9b6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -61,7 +61,7 @@ jobs: if: > steps.changes.outputs.pull-request-operation == 'created' || steps.changes.outputs.pull-request-operation == 'updated' - uses: actions/github-script@v8.0.0 + uses: actions/github-script@v9.0.0 with: script: core.setFailed('Build changes detected') check-formatting-all: