Skip to content

Commit 9d062d0

Browse files
dependabot[bot]mickaelistria
authored andcommitted
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e47aed4 commit 9d062d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
if: github.event_name == 'push' || github.event_name == 'pull_request'
30-
- uses: actions/github-script@v6
30+
- uses: actions/github-script@v7
3131
if: github.event_name == 'issue_comment'
3232
id: get-pr
3333
with:

0 commit comments

Comments
 (0)