|
34 | 34 | # See https://github.com/thollander/actions-comment-pull-request |
35 | 35 | - name: Add or update Pull Request comment including screenshot [deploy_download_preview] |
36 | 36 | 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 |
38 | 38 | env: |
39 | 39 | MESSAGE: | |
40 | 40 | ### download.slicer.org preview [branch: deploy_download_preview] |
|
47 | 47 | # See https://github.com/thollander/actions-comment-pull-request |
48 | 48 | - name: Add or update Pull Request comment including screenshot [deploy_download_maintenance_preview] |
49 | 49 | 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 |
51 | 51 | env: |
52 | 52 | MESSAGE: | |
53 | 53 | ### download.slicer.org preview [branch: deploy_download_maintenance_preview] |
@@ -205,7 +205,7 @@ jobs: |
205 | 205 | # See https://github.com/thollander/actions-comment-pull-request |
206 | 206 | - name: Add or update Pull Request comment including screenshot [deploy_download_preview] |
207 | 207 | 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 |
209 | 209 | env: |
210 | 210 | IMG_URL_0: ${{ steps.capture_deploy_download_preview_release_and_nightly.outputs.imgur_url }} |
211 | 211 | IMG_URL_1: ${{ steps.capture_deploy_download_preview_only_release.outputs.imgur_url }} |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | # See https://github.com/thollander/actions-comment-pull-request |
238 | 238 | - name: Add or update Pull Request comment including screenshot [deploy_download_maintenance_preview] |
239 | 239 | 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 |
241 | 241 | env: |
242 | 242 | IMG_URL_0: ${{ steps.capture_deploy_download_maintenance_preview.outputs.imgur_url }} |
243 | 243 | MESSAGE: | |
|
0 commit comments