Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#15)
Browse files Browse the repository at this point in the history
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](peter-evans/create-or-update-comment@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 8fa8ed4 commit 9563b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 9563b27

Please sign in to comment.