Skip to content

Commit 537a08f

Browse files
Update thollander/actions-comment-pull-request action to v3 (#68) [skip ci]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emma Sax <[email protected]>
1 parent 98cd4db commit 537a08f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/version-bump-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
4848
- if: success()
4949
name: Found Change Comment
50-
uses: thollander/actions-comment-pull-request@v2
50+
uses: thollander/actions-comment-pull-request@v3
5151
with:
52-
comment_tag: changes
52+
comment-tag: changes
5353
message: |
5454
:white_check_mark: Found ${{ env.description }} in `${{ env.file }}`:
5555
@@ -60,8 +60,8 @@ jobs:
6060
6161
- if: failure()
6262
name: Missing Change Comment
63-
uses: thollander/actions-comment-pull-request@v2
63+
uses: thollander/actions-comment-pull-request@v3
6464
with:
65-
comment_tag: changes
65+
comment-tag: changes
6666
message: |
6767
:warning: Could not find ${{ env.description }} in `${{ env.file }}`

0 commit comments

Comments
 (0)