We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24f7a2 commit 61b07c8Copy full SHA for 61b07c8
1 file changed
.github/workflows/licensecheck.yml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- uses: actions/checkout@v6
47
if: github.event_name == 'push' || github.event_name == 'pull_request'
48
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
49
if: github.event_name == 'issue_comment'
50
id: get-pr
51
with:
0 commit comments