From 16f9fa1908884c9e90ebfd38e7b7b9a5e860ab48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:37:21 +0000 Subject: [PATCH] ci: (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/add-source.yml | 2 +- .github/workflows/manage-subscriber.yml | 2 +- .github/workflows/release-notification.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-source.yml b/.github/workflows/add-source.yml index 1f9061bd0..3b89d52eb 100644 --- a/.github/workflows/add-source.yml +++ b/.github/workflows/add-source.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Parse issue and add source - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/manage-subscriber.yml b/.github/workflows/manage-subscriber.yml index 8a8244e89..afd5f9742 100644 --- a/.github/workflows/manage-subscriber.yml +++ b/.github/workflows/manage-subscriber.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Parse and add subscriber - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/release-notification.yaml b/.github/workflows/release-notification.yaml index 66574a93a..91c297498 100644 --- a/.github/workflows/release-notification.yaml +++ b/.github/workflows/release-notification.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Release Announcement Discussion - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const release = context.payload.release;