diff --git a/.github/workflows/deployment-management-bot.yml b/.github/workflows/deployment-management-bot.yml index b8b74c8..a38968c 100644 --- a/.github/workflows/deployment-management-bot.yml +++ b/.github/workflows/deployment-management-bot.yml @@ -138,7 +138,7 @@ jobs: - name: Get Prior Infrastructure Slug id: get-infra-slug-comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 with: issue-number: ${{ github.event.issue.number }} comment-author: 'github-actions[bot]' diff --git a/.github/workflows/instance-configuration-validation-bot.yml b/.github/workflows/instance-configuration-validation-bot.yml index 94151a0..29eaf2d 100644 --- a/.github/workflows/instance-configuration-validation-bot.yml +++ b/.github/workflows/instance-configuration-validation-bot.yml @@ -18,7 +18,7 @@ jobs: # Initial Hello and Documentation - name: Find Validation Results Comment - Pre Run - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find-validation-results-comment-pre with: issue-number: ${{ github.event.issue.number }} @@ -128,7 +128,7 @@ jobs: echo "::set-output name=region::$region" - name: Find Validation Results Comment - Post Run - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find-validation-results-comment-post with: issue-number: ${{ github.event.issue.number }} @@ -176,7 +176,7 @@ jobs: _This comment was written by a bot!_ - name: Find Infrastructure Slug Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find-infra-slug-comment with: issue-number: ${{ github.event.issue.number }}