Skip to content

Commit f208f4b

Browse files
ci(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#5)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a472e1 commit f208f4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Comment coverage report on PR
132132
if: github.event_name == 'pull_request' && always()
133-
uses: marocchino/sticky-pull-request-comment@v2
133+
uses: marocchino/sticky-pull-request-comment@v3
134134
with:
135135
header: coverage-python
136136
path: diff-cover-python.md
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Comment coverage report on PR
201201
if: github.event_name == 'pull_request' && always()
202-
uses: marocchino/sticky-pull-request-comment@v2
202+
uses: marocchino/sticky-pull-request-comment@v3
203203
with:
204204
header: coverage-typescript
205205
path: diff-cover-typescript.md
@@ -263,7 +263,7 @@ jobs:
263263

264264
- name: Comment coverage report on PR
265265
if: github.event_name == 'pull_request' && always()
266-
uses: marocchino/sticky-pull-request-comment@v2
266+
uses: marocchino/sticky-pull-request-comment@v3
267267
with:
268268
header: coverage-rust
269269
path: diff-cover-rust.md

0 commit comments

Comments
 (0)