From 43e71b4ed28e2a11fa6b23e0f86bb3cede7d26d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 15:55:01 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 0.9.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.9.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-deploy.yaml b/.github/workflows/documentation-deploy.yaml index 75694fd41..f3c8a44cb 100644 --- a/.github/workflows/documentation-deploy.yaml +++ b/.github/workflows/documentation-deploy.yaml @@ -36,7 +36,7 @@ jobs: publish_dir: ./znai-docs/target/znai - name: close triggering issue - uses: actions/github-script@0.9.0 + uses: actions/github-script@v8.0.0 env: GITHUB_RUN_ID: ${{github.run_id}} with: