From 933ac14d271e281fceaf31a6a74ff9f2676aabfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:57:57 +0000 Subject: [PATCH] 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/build-baremetal-ubuntu22.04.yml | 2 +- .github/workflows/build-baremetal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-baremetal-ubuntu22.04.yml b/.github/workflows/build-baremetal-ubuntu22.04.yml index 91100d7..ea9878a 100644 --- a/.github/workflows/build-baremetal-ubuntu22.04.yml +++ b/.github/workflows/build-baremetal-ubuntu22.04.yml @@ -23,7 +23,7 @@ jobs: # Thanks Claude - name: Check base image workflow status id: check_base - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: retries: 3 script: | diff --git a/.github/workflows/build-baremetal.yml b/.github/workflows/build-baremetal.yml index 8533714..54b93a2 100644 --- a/.github/workflows/build-baremetal.yml +++ b/.github/workflows/build-baremetal.yml @@ -23,7 +23,7 @@ jobs: # Thanks Claude - name: Check base image workflow status id: check_base - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: retries: 3 script: |