From 99f68b50993bb38781600176040c72a2eb4693fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 08:53:21 +0000 Subject: [PATCH] chore(ci): 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-label.yml | 2 +- .github/workflows/thank-contributors.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 614151a..986522e 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -20,7 +20,7 @@ jobs: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const title = context.payload.issue.title.toLowerCase(); diff --git a/.github/workflows/thank-contributors.yml b/.github/workflows/thank-contributors.yml index b1d6acf..8d75442 100644 --- a/.github/workflows/thank-contributors.yml +++ b/.github/workflows/thank-contributors.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const author = context.payload.pull_request.user.login;