From 86d8e13bfe79df93565825d748a7af6a0f347d3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:58:12 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .../workflows/reopen_support_issues_without_version_label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;