GitHub Action: Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml index bd79075..52b76a5 100644 --- a/.github/workflows/pull-request-formatting-validator.yml +++ b/.github/workflows/pull-request-formatting-validator.yml
@@ -71,7 +71,7 @@ - name: Check for Validation Errors if: steps.validate.outputs.validation_error == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | core.setFailed('PR Formatting Validation Check Failed!')