Merge pull request #371 from trails-cool/dependabot/github_actions/peter-evans/find-comment-4
Bump peter-evans/find-comment from 3 to 4
This commit is contained in:
commit
b3003e8e80
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd-staging.yml
vendored
4
.github/workflows/cd-staging.yml
vendored
|
|
@ -331,7 +331,7 @@ jobs:
|
||||||
# than spamming a new one each push. The marker line at the bottom of
|
# than spamming a new one each push. The marker line at the bottom of
|
||||||
# the body is what `body-includes` matches on.
|
# the body is what `body-includes` matches on.
|
||||||
- name: Find existing preview comment
|
- name: Find existing preview comment
|
||||||
uses: peter-evans/find-comment@v3
|
uses: peter-evans/find-comment@v4
|
||||||
id: find-comment
|
id: find-comment
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.number }}
|
issue-number: ${{ github.event.number }}
|
||||||
|
|
@ -424,7 +424,7 @@ jobs:
|
||||||
docker compose exec -T caddy caddy reload --config /etc/caddy/Caddyfile || true
|
docker compose exec -T caddy caddy reload --config /etc/caddy/Caddyfile || true
|
||||||
|
|
||||||
- name: Find existing preview comment
|
- name: Find existing preview comment
|
||||||
uses: peter-evans/find-comment@v3
|
uses: peter-evans/find-comment@v4
|
||||||
id: find-comment
|
id: find-comment
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.number }}
|
issue-number: ${{ github.event.number }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue