From a4bdb0d8ef1cd8bd4876754d7fefb6d843c3b3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:00:41 +0000 Subject: [PATCH] deps(upgrade): bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/command-deploy-pr-snapshot.yaml | 6 +++--- .github/workflows/command-help.yaml | 2 +- .github/workflows/command-merge-release.yaml | 4 ++-- .github/workflows/command-merge-snapshot.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/command-deploy-pr-snapshot.yaml b/.github/workflows/command-deploy-pr-snapshot.yaml index aedc2c14..a7ca8789 100644 --- a/.github/workflows/command-deploy-pr-snapshot.yaml +++ b/.github/workflows/command-deploy-pr-snapshot.yaml @@ -52,7 +52,7 @@ jobs: # Add reaction to the comment - name: Add success reaction - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: # Add comment (for historic reasons) - name: Add success comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -89,7 +89,7 @@ jobs: This is a temporary snapshot preview available only for convenience. - name: Add failure response - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/command-help.yaml b/.github/workflows/command-help.yaml index d31e4686..30e78ac8 100644 --- a/.github/workflows/command-help.yaml +++ b/.github/workflows/command-help.yaml @@ -17,7 +17,7 @@ jobs: PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }} run: echo "$PAYLOAD_CONTEXT" - name: Update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/command-merge-release.yaml b/.github/workflows/command-merge-release.yaml index 094e7967..d84af8c8 100644 --- a/.github/workflows/command-merge-release.yaml +++ b/.github/workflows/command-merge-release.yaml @@ -92,7 +92,7 @@ jobs: # Add reaction to the comment - name: Add success response - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -103,7 +103,7 @@ jobs: > Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - name: Add failure response - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/command-merge-snapshot.yaml b/.github/workflows/command-merge-snapshot.yaml index 95370e8e..b76ddc96 100644 --- a/.github/workflows/command-merge-snapshot.yaml +++ b/.github/workflows/command-merge-snapshot.yaml @@ -80,7 +80,7 @@ jobs: # Add reaction to the comment - name: Add success reaction - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -91,7 +91,7 @@ jobs: > Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - name: Add failure response - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}