From 9688532894d4f0561a1c63571caa577fce296558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 02:07:29 +0000 Subject: [PATCH] Bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...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/citation-updater.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/citation-updater.yaml b/.github/workflows/citation-updater.yaml index 4883fad..a14185b 100644 --- a/.github/workflows/citation-updater.yaml +++ b/.github/workflows/citation-updater.yaml @@ -55,7 +55,7 @@ jobs: steps: - if: ${{!env.version_tag || !env.pub_date}} name: Quit if the release tag or publication date is empty - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | core.setFailed('The release version and/or date could not be read') @@ -71,7 +71,7 @@ jobs: - if: steps.check.outputs.has_cff_file == 'false' name: Quit if there is no CITATION.cff file - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | core.setFailed('Could not find a CITATION.cff file') @@ -103,7 +103,7 @@ jobs: - if: steps.update.outputs.success == 'false' name: Quit if CITATION.cff update failed - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | core.setFailed('CITATION.cff update failed or the file is not valid')