Skip to content

Commit 10b1ec6

Browse files
chore(deps): Update actions/github-script action to v8
1 parent 5562236 commit 10b1ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "Coverage: $PERCENTAGE%"
104104
- name: Comment coverage on PR
105105
if: github.event_name == 'pull_request'
106-
uses: actions/github-script@v7
106+
uses: actions/github-script@v8
107107
with:
108108
script: |
109109
const coverage = '${{ steps.coverage.outputs.percentage }}';

0 commit comments

Comments
 (0)