From 72c41c2ab55523e93396d1b4a4e3ab26848e5f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:23:59 +0000 Subject: [PATCH] chore(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/check_code.yml | 2 +- .github/workflows/check_for_examples.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index 18524220..429a928d 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -33,7 +33,7 @@ jobs: - name: Create comments if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const todo_lines = `${{ steps.check.outputs.todo_lines }}`.trim().split('\n'); diff --git a/.github/workflows/check_for_examples.yml b/.github/workflows/check_for_examples.yml index 0fb63d3e..7f3ad2f8 100644 --- a/.github/workflows/check_for_examples.yml +++ b/.github/workflows/check_for_examples.yml @@ -33,7 +33,7 @@ jobs: - name: Create comment if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const issue_number = context.payload.pull_request.number; @@ -70,7 +70,7 @@ jobs: - name: Create comment if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const issue_number = context.payload.pull_request.number;