diff --git a/.github/workflows/comprehensive_testing.yml b/.github/workflows/comprehensive_testing.yml index d74dbc23..981a82f3 100644 --- a/.github/workflows/comprehensive_testing.yml +++ b/.github/workflows/comprehensive_testing.yml @@ -475,7 +475,7 @@ jobs: - name: Comment PR with test results if: github.event_name == 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs');