Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment action to v3…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 0b46ed0 commit a9687ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Add comment if no new changesets exist
if: ${{ steps.added-files.outputs.changesets == '' }}
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -106,7 +106,7 @@ jobs:

- name: Create comment
if: ${{ steps.added-files.outputs.changesets != '' }}
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down

0 comments on commit a9687ab

Please sign in to comment.