diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4887404..b84719d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: - name: Comment Commit if: github.event_name == 'push' && steps.deploy.outputs.deployment-status == 'success' - uses: peter-evans/commit-comment@v3 + uses: peter-evans/commit-comment@v4 with: body: Deploy successfully ${{ env.url }}! token: ${{ secrets.BOT_TOKEN }}