From cbe8b077ad6c113544930e20b2c7d1e5b2c813d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:17:57 +0000 Subject: [PATCH] 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/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 7ba3293a..cdf9ea55 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7 with: script: | core.setFailed('CITATION.cff update failed or the file is not valid')