diff --git a/.github/workflows/comment-deploy-link.yaml b/.github/workflows/comment-deploy-link.yaml index 581ce82..e2360a5 100644 --- a/.github/workflows/comment-deploy-link.yaml +++ b/.github/workflows/comment-deploy-link.yaml @@ -71,7 +71,7 @@ jobs: - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 if: inputs.update-comment continue-on-error: true id: find-comment @@ -80,7 +80,7 @@ jobs: body-includes: "Deploy this version of `${{ inputs.service }}` in" - name: Create Comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: steps.find-comment.outputs.comment-id == '' continue-on-error: true with: @@ -91,7 +91,7 @@ jobs: ${{ steps.set-result.outputs.result }} - name: Update Comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: steps.find-comment.outputs.comment-id != '' && inputs.update-comment continue-on-error: true with: diff --git a/.github/workflows/deep-purple-checks.yml b/.github/workflows/deep-purple-checks.yml index 3fce39f..a64c708 100644 --- a/.github/workflows/deep-purple-checks.yml +++ b/.github/workflows/deep-purple-checks.yml @@ -56,7 +56,7 @@ jobs: - name: Find previous Deep Purple run comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: previous-deep-purple-comment with: token: ${{ secrets.GITHUB_TOKEN }} @@ -65,7 +65,7 @@ jobs: - name: Publish Deep Purple comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} comment-id: ${{ steps.previous-deep-purple-comment.outputs.comment-id }} diff --git a/.github/workflows/go-lint-workflow.yaml b/.github/workflows/go-lint-workflow.yaml index bac2eed..dc21744 100644 --- a/.github/workflows/go-lint-workflow.yaml +++ b/.github/workflows/go-lint-workflow.yaml @@ -101,7 +101,7 @@ jobs: - name: Find previous lint comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: previous-lint-comment with: issue-number: ${{ github.event.number }} @@ -109,7 +109,7 @@ jobs: - name: Publish lint comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 env: ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }} with: