Skip to content

Commit b1ec643

Browse files
ci: bump marocchino/sticky-pull-request-comment from 2 to 3
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>
1 parent 8a33257 commit b1ec643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
output: 'both'
197197

198198
- name: Add Coverage PR Comment
199-
uses: marocchino/sticky-pull-request-comment@v2
199+
uses: marocchino/sticky-pull-request-comment@v3
200200
if: github.event_name == 'pull_request' && (github.event.pull_request.author_association == 'MEMBER' || github.actor == github.repository_owner)
201201
with:
202202
header: coverage
@@ -287,7 +287,7 @@ jobs:
287287
fi
288288
289289
- name: Comment PR with test coverage delta
290-
uses: marocchino/sticky-pull-request-comment@v2
290+
uses: marocchino/sticky-pull-request-comment@v3
291291
if: env.HAVE_BASE_COVERAGE == 'true' && (github.event.pull_request.author_association == 'MEMBER' || github.actor == github.repository_owner)
292292
with:
293293
header: delta

0 commit comments

Comments
 (0)