We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 138947b + b8a3738 commit f32569bCopy full SHA for f32569b
1 file changed
.github/workflows/go.yml
@@ -34,7 +34,7 @@ jobs:
34
cat coverage.txt >> $GITHUB_ENV
35
echo "EOF" >> $GITHUB_ENV
36
37
- - uses: actions/github-script@v4
+ - uses: actions/github-script@v8
38
if: github.event_name == 'pull_request'
39
continue-on-error: true
40
env:
@@ -90,7 +90,7 @@ jobs:
90
cat benchmark.txt >> $GITHUB_ENV
91
92
93
94
95
96
0 commit comments