From 5ab0a7055b2dddc9a1f58059b4ff9ab4bf0d82c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 02:51:36 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .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..0d6c095 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@v9 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@v9 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@v9 if: ${{ github.ref_name == 'main' }} with: script: | diff --git a/action.yml b/action.yml index aaaf3d5..49676cc 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@v9 with: script: | const label = '${{ steps.label.outputs.output }}';