Skip to content

Commit 73a8f98

Browse files
dependabot[bot]SamMorrowDrums
authored andcommitted
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43bea59 commit 73a8f98

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
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check if already commented
6464
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure'
6565
id: check_comment
66-
uses: actions/github-script@v7
66+
uses: actions/github-script@v8
6767
with:
6868
script: |
6969
const { data: comments } = await github.rest.issues.listComments({
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Comment with instructions if cannot push
8383
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure' && steps.check_comment.outputs.already_commented == 'false'
84-
uses: actions/github-script@v7
84+
uses: actions/github-script@v8
8585
with:
8686
script: |
8787
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)