diff --git a/.github/workflows/1-preparing.yml b/.github/workflows/1-preparing.yml index dd57c15..de2498c 100644 --- a/.github/workflows/1-preparing.yml +++ b/.github/workflows/1-preparing.yml @@ -40,7 +40,7 @@ jobs: - name: Find last comment id: find-last-comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: repository: ${{ env.ISSUE_REPOSITORY }} issue-number: ${{ env.ISSUE_NUMBER }} diff --git a/.github/workflows/2-first-introduction.yml b/.github/workflows/2-first-introduction.yml index ac32380..5bf307b 100644 --- a/.github/workflows/2-first-introduction.yml +++ b/.github/workflows/2-first-introduction.yml @@ -40,7 +40,7 @@ jobs: - name: Find last comment id: find-last-comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: repository: ${{ env.ISSUE_REPOSITORY }} issue-number: ${{ env.ISSUE_NUMBER }} diff --git a/.github/workflows/3-copilot-edits.yml b/.github/workflows/3-copilot-edits.yml index 6466d31..2605bcb 100644 --- a/.github/workflows/3-copilot-edits.yml +++ b/.github/workflows/3-copilot-edits.yml @@ -41,7 +41,7 @@ jobs: - name: Find last comment id: find-last-comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: repository: ${{ env.ISSUE_REPOSITORY }} issue-number: ${{ env.ISSUE_NUMBER }} diff --git a/.github/workflows/4-copilot-agent-mode.yml b/.github/workflows/4-copilot-agent-mode.yml index dd11dee..3431888 100644 --- a/.github/workflows/4-copilot-agent-mode.yml +++ b/.github/workflows/4-copilot-agent-mode.yml @@ -39,7 +39,7 @@ jobs: - name: Find last comment id: find-last-comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: repository: ${{ env.ISSUE_REPOSITORY }} issue-number: ${{ env.ISSUE_NUMBER }}