diff --git a/.github/workflows/pr-diagnostics.yml b/.github/workflows/pr-diagnostics.yml index 96170b95..d4df325b 100644 --- a/.github/workflows/pr-diagnostics.yml +++ b/.github/workflows/pr-diagnostics.yml @@ -356,7 +356,7 @@ jobs: retention-days: 30 - name: Comment on PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); @@ -393,7 +393,7 @@ jobs: } - name: Set check status - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const errorsChanged = ${{ steps.diff-analysis.outputs.new_errors_changed }};