Skip to content

Commit 83baca9

Browse files
GitHub Action: Bump actions/github-script
Bumps the all-actions-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7f5cec commit 83baca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-formatting-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Check for Validation Errors
7070
if: env.VALIDATION_ERROR
71-
uses: actions/github-script@v8
71+
uses: actions/github-script@v9
7272
with:
7373
script: |
7474
core.setFailed('PR Formatting Validation Check Failed!')

0 commit comments

Comments
 (0)