From 360009de864fd4a6bf4f33ef512e0c5760be889f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:12:57 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 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] --- .github/workflows/auto-approve-dependabot-prs.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve-dependabot-prs.yml b/.github/workflows/auto-approve-dependabot-prs.yml index cf002f1b69..a870220e34 100644 --- a/.github/workflows/auto-approve-dependabot-prs.yml +++ b/.github/workflows/auto-approve-dependabot-prs.yml @@ -10,7 +10,7 @@ jobs: if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' 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/build-and-test.yml b/.github/workflows/build-and-test.yml index 2161b45227..ae132c308c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -120,7 +120,7 @@ jobs: working-directory: gitgitgadget - name: Clean up two day old branches and PRs - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: clean-up with: github-token: ${{ env.GGG_TOKEN }}