diff --git a/.github/workflows/parity-check.yml b/.github/workflows/parity-check.yml index 218d726..cc0af85 100644 --- a/.github/workflows/parity-check.yml +++ b/.github/workflows/parity-check.yml @@ -78,7 +78,7 @@ jobs: - name: Post parity-check comment if: steps.manifest_exists.outputs.exists == 'true' && steps.compute.outputs.has_matches == 'true' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: MATCHES: ${{ steps.compute.outputs.matches }} with: