Skip to content

Commit 3c68c96

Browse files
chore(deps): bump peter-evans/create-or-update-comment from 1 to 4 (#334)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v1...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ae9526 commit 3c68c96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
body-includes: "You can access the deployment of this PR at"
5555
- name: Create comment deployment url
5656
if: steps.deploymentUrlMessage.outputs.comment-id == 0
57-
uses: peter-evans/create-or-update-comment@v1
57+
uses: peter-evans/create-or-update-comment@v4
5858
with:
5959
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
6060
issue-number: ${{ github.event.pull_request.number }}
@@ -139,7 +139,7 @@ jobs:
139139
body-includes: "Tearing down the temporary RenkuLab deplyoment"
140140
- name: Create comment deployment url
141141
if: steps.deploymentUrlMessage.outputs.comment-id == 0
142-
uses: peter-evans/create-or-update-comment@v1
142+
uses: peter-evans/create-or-update-comment@v4
143143
with:
144144
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
145145
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)