Skip to content

Commit f32569b

Browse files
authored
Merge pull request #1 from OpenSystemsLab/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 4 to 8
2 parents 138947b + b8a3738 commit f32569b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)