diff --git a/.github/workflows/on-snapshot-comment.yaml b/.github/workflows/on-snapshot-comment.yaml index 8a7417ed..2bd56fb5 100644 --- a/.github/workflows/on-snapshot-comment.yaml +++ b/.github/workflows/on-snapshot-comment.yaml @@ -35,7 +35,7 @@ jobs: - name: Initial comment id: comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -107,7 +107,7 @@ jobs: - name: Update comment (failure) if: failure() - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: