From dde878db049357199bd14be1b36564b80244ca8b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 3 Dec 2023 00:32:28 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Use=20actions/github-script@v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 2ed486bb8c..c3cbb3b210 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto Label for [BUG] - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | # Get all open issues in this repository