From 740d8e56888ca4aebd95f6ed2a1797eac0aa4e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:08:41 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment in the dependencies group Bumps the dependencies group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `peter-evans/create-or-update-comment` from 5e08535dbf140c83ed0490e2f480ce1b8f2334e0 to da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/5e08535dbf140c83ed0490e2f480ce1b8f2334e0...da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cb5211aa..0aa5723a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -157,7 +157,7 @@ jobs: echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV - name: Create comment - uses: peter-evans/create-or-update-comment@5e08535dbf140c83ed0490e2f480ce1b8f2334e0 + uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }} continue-on-error: true with: @@ -166,7 +166,7 @@ jobs: edit-mode: replace - name: Update comment - uses: peter-evans/create-or-update-comment@5e08535dbf140c83ed0490e2f480ce1b8f2334e0 + uses: peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }} with: comment-id: ${{ env.COMMENT_ID }}