From 18abddafe00af88e08b6dfa893805aed3735796a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:01:10 +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/publish-dev.yaml | 2 +- .github/workflows/publish-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-dev.yaml b/.github/workflows/publish-dev.yaml index 6b0b33329..f1dedccff 100644 --- a/.github/workflows/publish-dev.yaml +++ b/.github/workflows/publish-dev.yaml @@ -18,7 +18,7 @@ jobs: run_publish: ${{ steps.check.outputs.run_publish }} build_multi_arch: ${{ steps.check.outputs.build_multi_arch }} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: check with: script: | diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index f679dbd17..853da008a 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -24,7 +24,7 @@ jobs: image_tag: ${{ steps.check.outputs.image_tag }} additional_tag: ${{ steps.check.outputs.additional_tag }} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: check with: script: |