From 159053c665c04b3d303ae342294f07b929dda20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:25:18 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8.0.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-article.yml | 2 +- .github/workflows/retry-update-article.yml | 2 +- .github/workflows/update-article.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-article.yml b/.github/workflows/check-article.yml index 16f50f98..52630331 100644 --- a/.github/workflows/check-article.yml +++ b/.github/workflows/check-article.yml @@ -20,7 +20,7 @@ jobs: with: ref: 'main' - name: 'Report' - uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8.0.0 + uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9.0.0 env: DATE: '${{ inputs.date }}' with: diff --git a/.github/workflows/retry-update-article.yml b/.github/workflows/retry-update-article.yml index bc478b03..6c1767f5 100644 --- a/.github/workflows/retry-update-article.yml +++ b/.github/workflows/retry-update-article.yml @@ -13,7 +13,7 @@ jobs: permissions: actions: 'write' steps: - - uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8.0.0 + - uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9.0.0 with: script: | github.rest.actions.reRunWorkflowFailedJobs({ diff --git a/.github/workflows/update-article.yml b/.github/workflows/update-article.yml index 7768fa68..6831ba46 100644 --- a/.github/workflows/update-article.yml +++ b/.github/workflows/update-article.yml @@ -52,7 +52,7 @@ jobs: echo "COMMIT_HASH=$(git rev-parse HEAD)" >> "${GITHUB_OUTPUT}" git push - name: 'Report' - uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8.0.0 + uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9.0.0 env: SCRIPT_RESULT: '${{ steps.script.outputs.RESULT }}' COMMIT_HASH: '${{ steps.push.outputs.COMMIT_HASH }}' @@ -102,7 +102,7 @@ jobs: permissions: actions: 'write' steps: - - uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8.0.0 + - uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9.0.0 with: script: | github.rest.actions.createWorkflowDispatch({