From b7fdca0f9feca8d33f33688b8fb9870f8d8fff2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:48:28 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/test-positive.yml | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 506fe79..85d12a7 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -49,7 +49,7 @@ jobs: PR_BRANCH_NAME: '${{ steps.context.outputs.label }}' PR_TITLE: 'Test ${{ steps.context.outputs.label }}' - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 id: pr with: script: | @@ -121,7 +121,7 @@ jobs: - name: Tear down run: echo "Do Tear down" - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const label = '${{ needs.setup.outputs.label }}'; @@ -142,7 +142,7 @@ jobs: console.log(`Label ${label} was not found on PR #${prNumber}`); } - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 if: ${{ github.ref_name == 'main' }} with: script: | diff --git a/action.yml b/action.yml index aaaf3d5..2e4265c 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: input: ${{ inputs.labels_env }} script: ${{ format('."{0}"', inputs.env) }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const label = '${{ steps.label.outputs.output }}';