From b0ab150285f9908bf274089fccca0353262f4a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:17:08 +0300 Subject: [PATCH] Bump actions/github-script from 8 to 9 (#230384) Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/assign-on-label.yml | 2 +- .github/workflows/change-on-reopen.yml | 2 +- .github/workflows/rm-labels-on-closed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assign-on-label.yml b/.github/workflows/assign-on-label.yml index 2c9db50a765..e44c2f670d2 100644 --- a/.github/workflows/assign-on-label.yml +++ b/.github/workflows/assign-on-label.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/change-on-reopen.yml b/.github/workflows/change-on-reopen.yml index 52b5709c71b..5c6b2f3ef6a 100644 --- a/.github/workflows/change-on-reopen.yml +++ b/.github/workflows/change-on-reopen.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/rm-labels-on-closed.yml b/.github/workflows/rm-labels-on-closed.yml index 97cfa5dd83f..7f1b5b7fa58 100644 --- a/.github/workflows/rm-labels-on-closed.yml +++ b/.github/workflows/rm-labels-on-closed.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |