mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-08 09:52:04 +00:00
Merge pull request #1167 from NotAShelf/dependabot/github_actions/peter-evans/create-or-update-comment-5
build(deps): bump peter-evans/create-or-update-comment from 4 to 5
This commit is contained in:
commit
8e73e98f56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs-preview.yml
vendored
4
.github/workflows/docs-preview.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
body-includes: "Live preview deployed"
|
body-includes: "Live preview deployed"
|
||||||
|
|
||||||
- name: Post live preview comment
|
- name: Post live preview comment
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v5
|
||||||
env:
|
env:
|
||||||
COMMENT_ID: ${{ steps.fc.outputs.comment-id }}
|
COMMENT_ID: ${{ steps.fc.outputs.comment-id }}
|
||||||
URL: ${{ steps.prelude.outputs.URL }}
|
URL: ${{ steps.prelude.outputs.URL }}
|
||||||
|
@ -177,7 +177,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Post cleanup verification
|
- name: Post cleanup verification
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v5
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue