Skip to content

Commit b2bdfc3

Browse files
Bump actions/github-script from 3 to 4.0.2 (#43)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v4.0.2) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93efd31 commit b2bdfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
shopt -s globstar
116116
python .github/workflows/format-report.py logs/**/*-log sphinx-log.txt
117117
- name: Report failures
118-
uses: actions/github-script@v3
118+
uses: actions/github-script@v4.0.2
119119
with:
120120
github-token: ${{ secrets.GITHUB_TOKEN }}
121121
script: |

0 commit comments

Comments
 (0)