diff --git a/.github/workflows/check-link.yml b/.github/workflows/check-link.yml index f496236..30d1425 100644 --- a/.github/workflows/check-link.yml +++ b/.github/workflows/check-link.yml @@ -28,7 +28,7 @@ jobs: fail: true - name: Comment on failure - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: env.lychee_exit_code != 0 with: token: ${{ github.token }}