From acfdec1c63ddb0734d1322af65f1f41c546ea564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:46:46 +0300 Subject: [PATCH] Bump actions/github-script from 7 to 8 (#214566) Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 d389525267b..0066a77483e 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-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/change-on-reopen.yml b/.github/workflows/change-on-reopen.yml index 8ceb5ffe157..2d09e4549cc 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-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 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 6a4d428b2d8..5d054b0bf97 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-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |