mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-10 18:59:33 +00:00
build(deps): bump peter-evans/create-or-update-comment from 4 to 5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b7571df4d6
commit
b8e05a5a33
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