Skip to content

Commit 98517f8

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0 (#137)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d109567 commit 98517f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/citation-updater.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- if: ${{!env.version_tag || !env.pub_date}}
5757
name: Quit if the release tag or publication date is empty
58-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
58+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
5959
with:
6060
script: |
6161
core.setFailed('The release version and/or date could not be read')
@@ -71,7 +71,7 @@ jobs:
7171
7272
- if: steps.check.outputs.has_cff_file == 'false'
7373
name: Quit if there is no CITATION.cff file
74-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
74+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
7575
with:
7676
script: |
7777
core.setFailed('Could not find a CITATION.cff file')
@@ -103,7 +103,7 @@ jobs:
103103
104104
- if: steps.update.outputs.success == 'false'
105105
name: Quit if CITATION.cff update failed
106-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
106+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
107107
with:
108108
script: |
109109
core.setFailed('CITATION.cff update failed or the file is not valid')

0 commit comments

Comments
 (0)