Skip to content

Commit b07aaed

Browse files
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 251a5ce commit b07aaed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-article.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: 'main'
2222
- name: 'Report'
23-
uses: 'actions/github-script@v7'
23+
uses: 'actions/github-script@v8'
2424
env:
2525
DATE: '${{ inputs.date }}'
2626
with:

.github/workflows/retry-update-article.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
actions: 'write'
1515
steps:
16-
- uses: 'actions/github-script@v7'
16+
- uses: 'actions/github-script@v8'
1717
with:
1818
script: |
1919
github.rest.actions.reRunWorkflowFailedJobs({

.github/workflows/update-article.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "COMMIT_HASH=$(git rev-parse HEAD)" >> "${GITHUB_OUTPUT}"
5353
git push
5454
- name: 'Report'
55-
uses: 'actions/github-script@v7'
55+
uses: 'actions/github-script@v8'
5656
env:
5757
SCRIPT_RESULT: '${{ steps.script.outputs.RESULT }}'
5858
COMMIT_HASH: '${{ steps.push.outputs.COMMIT_HASH }}'
@@ -102,7 +102,7 @@ jobs:
102102
permissions:
103103
actions: 'write'
104104
steps:
105-
- uses: 'actions/github-script@v7'
105+
- uses: 'actions/github-script@v8'
106106
with:
107107
script: |
108108
github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)