From a774f84ad11ef66fbb7d9b0244813e924a23778f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:21:34 +0000 Subject: [PATCH] github-actions(deps): bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/f28e40c7f34bde8b3046d885e986cb6290c5673b...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- 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/check-models.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-models.yml b/.github/workflows/check-models.yml index 5448b10..1305fc1 100644 --- a/.github/workflows/check-models.yml +++ b/.github/workflows/check-models.yml @@ -157,7 +157,7 @@ jobs: - name: Create GitHub Issue if models are missing if: steps.check_missing.outputs.needs_update == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: ISSUE_BODY: ${{ steps.check_missing.outputs.issue_body }} with: @@ -193,7 +193,7 @@ jobs: - name: Close GitHub Issue if all models are up-to-date if: steps.check_missing.outputs.needs_update == 'false' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |