Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment from 3 to 4
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 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 5b6f54e commit 8d1444b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: gh-pages-deploy
- uses: peter-evans/create-or-update-comment@v3
- uses: peter-evans/create-or-update-comment@v4
name: Create Comment
with:
body: |-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: gh-pages-deploy
- uses: peter-evans/create-or-update-comment@v3
- uses: peter-evans/create-or-update-comment@v4
id: comment
name: Create initial comment
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Delay comment update by 30 seconds
run: sleep 30s
shell: bash
- uses: peter-evans/create-or-update-comment@v3
- uses: peter-evans/create-or-update-comment@v4
name: Update comment.
with:
body: |-
Expand All @@ -79,7 +79,7 @@ jobs:
edit-mode: replace
token: ${{ secrets.BOT }}
- if: ${{ failure() }}
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
name: Update comment.
with:
body: |-
Expand Down

0 comments on commit 8d1444b

Please sign in to comment.