diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 87ca6d2563..2520dadc49 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v6 if: github.event_name == 'push' || github.event_name == 'pull_request' - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 if: github.event_name == 'issue_comment' id: get-pr with: