From 3d29daaa60803b44ea518a727d98b775c303aada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:41:15 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 30134bb91..4b7cec146 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -48,7 +48,7 @@ jobs: - name: Post or update PR comment if: steps.check.outputs.SYNC_OK == 'false' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: COMMENT_BODY: ${{ steps.missing.outputs.body }} with: @@ -151,7 +151,7 @@ jobs: - name: Post or update PR comment if: steps.build.outputs.BUILD_FAILED == 'true' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: COMMENT_BODY: ${{ steps.error.outputs.body }} with: