diff --git a/.github/workflows/reopen_support_issues_without_version_label.yml b/.github/workflows/reopen_support_issues_without_version_label.yml index eea51efb6c..c324273fce 100644 --- a/.github/workflows/reopen_support_issues_without_version_label.yml +++ b/.github/workflows/reopen_support_issues_without_version_label.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v2 - name: Reopen issue and add comment if no version label and has support label - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const issue = context.payload.issue;