From 9d78fc4cd5ee559a488b9a6a2705f032ffee8a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:55:42 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30095ad..04df8eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: # https://octokit.github.io/rest.js/v19#git-update-ref - name: Tag the commit or update tag if: github.ref == 'refs/heads/main' && matrix.index == 'cpu' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { @@ -183,7 +183,7 @@ jobs: # https://octokit.github.io/rest.js/v19#git-update-ref - name: Tag the commit or update tag if: github.ref == 'refs/heads/main' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try {