@@ -14,7 +14,7 @@ The SHA defaults to `github.sha` OR, for `pull_request` events `github.event.pul
1414
1515``` yml
1616 - name : Create commit comment
17- uses : peter-evans/commit-comment@v3
17+ uses : peter-evans/commit-comment@v4
1818 with :
1919 body : |
2020 This is a multi-line test comment
@@ -29,7 +29,7 @@ The SHA defaults to `github.sha` OR, for `pull_request` events `github.event.pul
2929
3030` ` ` yml
3131 - name : Update commit comment
32- uses : peter-evans/commit-comment@v3
32+ uses : peter-evans/commit-comment@v4
3333 with :
3434 comment-id : 557858210
3535 body : |
@@ -41,7 +41,7 @@ The SHA defaults to `github.sha` OR, for `pull_request` events `github.event.pul
4141
4242` ` ` yml
4343 - name : Add reactions
44- uses : peter-evans/commit-comment@v3
44+ uses : peter-evans/commit-comment@v4
4545 with :
4646 comment-id : 557858210
4747 reactions : |
@@ -78,7 +78,7 @@ Note that in order to read the step output the action step must have an id.
7878
7979` ` ` yml
8080 - name: Create commit comment
81- uses: peter-evans/commit-comment@v3
81+ uses: peter-evans/commit-comment@v4
8282 id: cc
8383 with:
8484 body: |
@@ -92,7 +92,7 @@ Note that in order to read the step output the action step must have an id.
9292
9393` ` ` yml
9494 - name: Create commit comment
95- uses: peter-evans/commit-comment@v3
95+ uses: peter-evans/commit-comment@v4
9696 with:
9797 body-path: 'comment-body.md'
9898` ` `
@@ -117,7 +117,7 @@ The template is rendered using the [render-template](https://github.com/chuhlomi
117117 bar: that
118118
119119 - name: Create commit comment
120- uses: peter-evans/commit-comment@v3
120+ uses: peter-evans/commit-comment@v4
121121 with:
122122 body: ${{ steps.template.outputs.result }}
123123```
0 commit comments