Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment from 3.pre.dev to 3.0.1 (#183)
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.pre.dev to 3.0.1.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/commits/v3)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
...

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 and GitHub committed May 3, 2023
1 parent ca08ebd commit 2a93c27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

# Test create
- name: Create comment
uses: peter-evans/create-or-update-comment@v3-dev
uses: peter-evans/create-or-update-comment@v3
id: couc
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
Expand All @@ -23,7 +23,7 @@ jobs:

# Test update
- name: Update comment
uses: peter-evans/create-or-update-comment@v3-dev
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
comment-id: ${{ steps.couc.outputs.comment-id }}
Expand All @@ -34,15 +34,15 @@ jobs:

# Test add reactions
- name: Add reactions
uses: peter-evans/create-or-update-comment@v3-dev
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
comment-id: ${{ steps.couc.outputs.comment-id }}
reactions: heart, hooray, laugh

# Test create with body from file
- name: Create comment
uses: peter-evans/create-or-update-comment@v3-dev
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
issue-number: 1
Expand All @@ -59,7 +59,7 @@ jobs:
bar: that
- name: Create comment
uses: peter-evans/create-or-update-comment@v3-dev
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
issue-number: 1
Expand Down

0 comments on commit 2a93c27

Please sign in to comment.