Skip to content

Commit dcd3334

Browse files
Upgrade: [dependabot] - bump actions/github-script from 8 to 9 (#252)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: adam-wallernhs1 <176666249+adam-wallernhs1@users.noreply.github.com>
1 parent 26369f8 commit dcd3334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Comment on PR with link to JIRA ticket
3636
if: contains(github.event.pull_request.head.ref, 'eli-')
3737
continue-on-error: true
38-
uses: actions/github-script@v8
38+
uses: actions/github-script@v9
3939
with:
4040
script: |
4141
github.rest.issues.createComment({

0 commit comments

Comments
 (0)