From 9563b27a3759f7e8a04e0523d09c8b13fff96c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:56:20 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#15) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6e42e13..c8c4959 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: body-includes: ${{ inputs.body-includes }} comment-author: ${{ inputs.comment-author }} - name: Create comment - uses: peter-evans/create-or-update-comment@v3.0.2 + uses: peter-evans/create-or-update-comment@v3.1.0 if: steps.find-comment.outputs.comment-id == 0 with: token: ${{ inputs.token }} @@ -56,7 +56,7 @@ runs: body: ${{ inputs.body }} reactions: ${{ inputs.reactions }} - name: Update comment - uses: peter-evans/create-or-update-comment@v3.0.2 + uses: peter-evans/create-or-update-comment@v3.1.0 if: steps.find-comment.outputs.comment-id != 0 with: token: ${{ inputs.token }}