Skip to content

Commit db1fb0e

Browse files
dependabot[bot]euskadi31
authored andcommitted
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 e93d41f commit db1fb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -90,7 +90,7 @@ jobs:
9090
cat benchmark.txt >> $GITHUB_ENV
9191
echo "EOF" >> $GITHUB_ENV
9292
93-
- uses: actions/github-script@v4
93+
- uses: actions/github-script@v8
9494
if: github.event_name == 'pull_request'
9595
continue-on-error: true
9696
env:

0 commit comments

Comments
 (0)