diff --git a/.github/workflows/publish-qa-results.yml b/.github/workflows/publish-qa-results.yml index b622192d..a7da9ffd 100644 --- a/.github/workflows/publish-qa-results.yml +++ b/.github/workflows/publish-qa-results.yml @@ -146,7 +146,7 @@ jobs: - name: Find previous report comment id: find-comment if: inputs.write-comment - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 with: issue-number: ${{ inputs.pr-number }} comment-author: 'github-actions[bot]'