diff --git a/.github/workflows/test-full.yml b/.github/workflows/test-full.yml index a5867018..c23b9564 100644 --- a/.github/workflows/test-full.yml +++ b/.github/workflows/test-full.yml @@ -53,7 +53,7 @@ jobs: - name: Find existing drift comment if: steps.drift-check.outputs.has_diff == 'true' - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-drift-comment with: issue-number: ${{ github.event.pull_request.number }}