From ecc8c0aabc6b739aa99298534f6d62d543d25ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:06:25 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-delete-branch.yml | 2 +- .github/workflows/auto-label.yml | 2 +- .github/workflows/block-merge-if-label.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-delete-branch.yml b/.github/workflows/auto-delete-branch.yml index 2e70b72..2e50e9a 100644 --- a/.github/workflows/auto-delete-branch.yml +++ b/.github/workflows/auto-delete-branch.yml @@ -6,7 +6,7 @@ jobs: delete: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 with: script: | if (context.payload.pull_request.merged) { diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 4b2760f..c75e18d 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add label automatically - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.issues.addLabels({ diff --git a/.github/workflows/block-merge-if-label.yml b/.github/workflows/block-merge-if-label.yml index faab618..3e81bd6 100644 --- a/.github/workflows/block-merge-if-label.yml +++ b/.github/workflows/block-merge-if-label.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Block merge if forbidden label is present - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const forbiddenLabels = [