Skip to content

Commit b1318ab

Browse files
dependabot[bot]SamMorrowDrums
authored andcommitted
build(deps): 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 ffe4e6b commit b1318ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/license-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Check if already commented
7878
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure'
7979
id: check_comment
80-
uses: actions/github-script@v8
80+
uses: actions/github-script@v9
8181
with:
8282
script: |
8383
const { data: comments } = await github.rest.issues.listComments({
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Comment with instructions if cannot push
9797
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure' && steps.check_comment.outputs.already_commented == 'false'
98-
uses: actions/github-script@v8
98+
uses: actions/github-script@v9
9999
with:
100100
script: |
101101
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)