Skip to content

Commit f91032f

Browse files
Bump actions/github-script from 8.0.0 to 9.0.0 (#1203)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 167bd79 commit f91032f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: >
6262
steps.changes.outputs.pull-request-operation == 'created' ||
6363
steps.changes.outputs.pull-request-operation == 'updated'
64-
uses: actions/github-script@v8.0.0
64+
uses: actions/github-script@v9.0.0
6565
with:
6666
script: core.setFailed('Build changes detected')
6767
check-formatting-all:

0 commit comments

Comments
 (0)