Skip to content

Commit

Permalink
Update create-or-update-comment Action (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Apr 3, 2024
1 parent 5335630 commit 0c76b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-pull_request-workflow-when-a-pull-request-merges"
- name: Comment on PR with link to this action
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
documentation/*
- name: Comment on PR with link to the release
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down

0 comments on commit 0c76b4e

Please sign in to comment.