Skip to content

Commit 3432c12

Browse files
authored
Upgrade sticky-pull-request-comment to version 3
1 parent ab473ac commit 3432c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
{% raw %}if: ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' && runner.os == 'Linux' }}{% endraw %}
134134

135135
- name: Add coverage PR comment
136-
uses: marocchino/sticky-pull-request-comment@v2
136+
uses: marocchino/sticky-pull-request-comment@v3
137137
{% raw %}with:
138138
header: Code Coverage ${{ runner.os }} ${{ matrix.python-version }}
139139
message: |

0 commit comments

Comments
 (0)