Skip to content

Commit 5ce80c4

Browse files
committed
bump up marocchino/sticky-pull-request-comment
- to: `v3.0.2` (hash: `70d2764d1a7d5d9560b100cbea0077fc8f633987`) Signed-off-by: Max Kovgan <max@kovgans.online>
1 parent 389eb7d commit 5ce80c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ runs:
216216
(inputs.comment == 'true' || inputs.comment == true) &&
217217
(env.deployment_status == 'success' || env.deployment_status == 'skipped') &&
218218
steps.deploy-comment.outcome == 'success'
219-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
219+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
220220
with:
221221
header: pr-preview
222222
message: ${{ steps.deploy-comment.outputs.content }}
@@ -287,7 +287,7 @@ runs:
287287
(inputs.comment == 'true' || inputs.comment == true) &&
288288
(env.deployment_status == 'success' || env.deployment_status == 'skipped') &&
289289
steps.remove-comment.outcome == 'success'
290-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
290+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
291291
with:
292292
header: pr-preview
293293
message: ${{ steps.remove-comment.outputs.content }}

0 commit comments

Comments
 (0)