Skip to content

Commit 8e67677

Browse files
chore(deps): Update actions/github-script action to v8
1 parent e9b14f9 commit 8e67677

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
@@ -97,7 +97,7 @@ jobs:
9797
echo "Coverage: $PERCENTAGE%"
9898
- name: Comment coverage on PR
9999
if: github.event_name == 'pull_request'
100-
uses: actions/github-script@v7
100+
uses: actions/github-script@v8
101101
with:
102102
script: |
103103
const coverage = '${{ steps.coverage.outputs.percentage }}';

0 commit comments

Comments
 (0)