From c48044597ec89cf333a1987a08fc6ef7f2188302 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 10 Jun 2024 22:54:58 -0400 Subject: [PATCH] ci: update github-script action to v7 --- .github/workflows/pr_helper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_helper.yml b/.github/workflows/pr_helper.yml index baa86a67712f..ddd14ef7ffb4 100644 --- a/.github/workflows/pr_helper.yml +++ b/.github/workflows/pr_helper.yml @@ -46,7 +46,7 @@ jobs: - name: Leave comments if: env.IS_INTERNAL == 'FALSE' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -59,7 +59,7 @@ jobs: - name: Add labels for valid PR if: env.IS_READY_FOR_MERGE == 'True' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.issues.addLabels({