Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: usa-reddragon-renovate-ce[bot]@users.noreply.github.com
  • Loading branch information
usa-reddragon-renovate-ce[bot] authored and USA-RedDragon committed Jan 27, 2024
1 parent 0d7d488 commit a0c9f83
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 @@ -148,7 +148,7 @@ runs:
REPO: ${{ github.repository }}
- name: Create a comment with the link to the output
if: github.event_name == 'pull_request' && github.event.action != 'closed' && steps.kicad-files.outputs.changed == 'true'
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand All @@ -175,7 +175,7 @@ runs:
git push origin gh-pages
- name: Create a comment on the PR
if: steps.delete.outputs.deleted == 'true' && github.event_name == 'pull_request' && github.event.action == 'closed'
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down

0 comments on commit a0c9f83

Please sign in to comment.