From 5307cf1add4408015d6f9b7b55df408cb1a87f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:21:47 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f788072..2d30f42 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ runs: token: ${{ inputs.token }} fetch-tags: true - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 name: Get PR labels id: pr-info with: @@ -110,7 +110,7 @@ runs: echo "value=${tags}" >> $GITHUB_OUTPUT - name: Check for duplicates - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: has-duplicate with: retries: 3