From ce20288f6cf983c4b8100620454791a3decff29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:22:50 +0000 Subject: [PATCH] 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-approved.yml | 2 +- .github/workflows/generate-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label-approved.yml b/.github/workflows/auto-label-approved.yml index 6bc22be..d9a8297 100644 --- a/.github/workflows/auto-label-approved.yml +++ b/.github/workflows/auto-label-approved.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Add Label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.issues.addLabels({ diff --git a/.github/workflows/generate-changelog.yml b/.github/workflows/generate-changelog.yml index 90c2bca..815ee15 100644 --- a/.github/workflows/generate-changelog.yml +++ b/.github/workflows/generate-changelog.yml @@ -209,7 +209,7 @@ jobs: git push - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.issues.createComment({