Skip to content

Commit 037ec71

Browse files
dependabot[bot]jamesobutler
authored andcommitted
ci: bump thollander/actions-comment-pull-request from 2.4.0 to 2.4.2
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.4.0 to 2.4.2. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](thollander/actions-comment-pull-request@dadb766...d61db78) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84c0432 commit 037ec71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# See https://github.com/thollander/actions-comment-pull-request
3535
- name: Add or update Pull Request comment including screenshot [deploy_download_preview]
3636
if: env.deploy_download_preview == 'true'
37-
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0
37+
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
3838
env:
3939
MESSAGE: |
4040
### download.slicer.org preview [branch: deploy_download_preview]
@@ -47,7 +47,7 @@ jobs:
4747
# See https://github.com/thollander/actions-comment-pull-request
4848
- name: Add or update Pull Request comment including screenshot [deploy_download_maintenance_preview]
4949
if: env.deploy_download_maintenance_preview == 'true'
50-
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0
50+
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
5151
env:
5252
MESSAGE: |
5353
### download.slicer.org preview [branch: deploy_download_maintenance_preview]
@@ -205,7 +205,7 @@ jobs:
205205
# See https://github.com/thollander/actions-comment-pull-request
206206
- name: Add or update Pull Request comment including screenshot [deploy_download_preview]
207207
if: env.deploy_download_preview == 'true'
208-
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0
208+
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
209209
env:
210210
IMG_URL_0: ${{ steps.capture_deploy_download_preview_release_and_nightly.outputs.imgur_url }}
211211
IMG_URL_1: ${{ steps.capture_deploy_download_preview_only_release.outputs.imgur_url }}
@@ -237,7 +237,7 @@ jobs:
237237
# See https://github.com/thollander/actions-comment-pull-request
238238
- name: Add or update Pull Request comment including screenshot [deploy_download_maintenance_preview]
239239
if: env.deploy_download_maintenance_preview == 'true'
240-
uses: thollander/actions-comment-pull-request@dadb7667129e23f12ca3925c90dc5cd7121ab57e # v2.4.0
240+
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
241241
env:
242242
IMG_URL_0: ${{ steps.capture_deploy_download_maintenance_preview.outputs.imgur_url }}
243243
MESSAGE: |

0 commit comments

Comments
 (0)