Skip to content

Commit 4f99d96

Browse files
build(deps): bump actions/github-script from 4 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...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] <support@github.com>
1 parent 7fb69a6 commit 4f99d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cat coverage.txt >> $GITHUB_ENV
3535
echo "EOF" >> $GITHUB_ENV
3636
37-
- uses: actions/github-script@v4
37+
- uses: actions/github-script@v8
3838
if: github.event_name == 'pull_request'
3939
continue-on-error: true
4040
env:

0 commit comments

Comments
 (0)