Skip to content

Commit 62fb887

Browse files
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56c8c33 commit 62fb887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# 1) Validate branch name without shell (no user data in `run`)
99
- name: Check ticket name conforms to requirements
1010
id: validate
11-
uses: actions/github-script@v8
11+
uses: actions/github-script@v9
1212
with:
1313
script: |
1414
const ref = context.payload.pull_request.head.ref || '';
@@ -21,7 +21,7 @@ jobs:
2121
- name: Grab ticket name
2222
if: contains(github.event.pull_request.head.ref, 'apm-') || contains(github.event.pull_request.head.ref, 'APM-') || contains(github.event.pull_request.head.ref, 'amb-') || contains(github.event.pull_request.head.ref, 'AMB-')
2323
id: ticket
24-
uses: actions/github-script@v8
24+
uses: actions/github-script@v9
2525
with:
2626
# return the ticket in uppercase; becomes steps.ticket.outputs.result
2727
result-encoding: string

0 commit comments

Comments
 (0)