Skip to content

Commit 6ccf3cf

Browse files
dependabot[bot]euskadi31
authored andcommitted
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd10d71 commit 6ccf3cf

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@v8
37+
- uses: actions/github-script@v9
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@v8
93+
- uses: actions/github-script@v9
9494
if: github.event_name == 'pull_request'
9595
continue-on-error: true
9696
env:

0 commit comments

Comments
 (0)