Skip to content

Commit 5ba6204

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.37 to 3.39
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.37 to 3.39. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@v3.37...v3.39) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.39' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e369e4 commit 5ba6204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# DO NOT run actions/checkout here, for security reasons
2828
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2929
- name: Post comment
30-
uses: py-cov-action/python-coverage-comment-action@v3.37
30+
uses: py-cov-action/python-coverage-comment-action@v3.39
3131
with:
3232
GITHUB_TOKEN: ${{ github.token }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Coverage comment
119119
id: coverage_comment
120-
uses: py-cov-action/python-coverage-comment-action@v3.37
120+
uses: py-cov-action/python-coverage-comment-action@v3.39
121121
with:
122122
GITHUB_TOKEN: ${{ github.token }}
123123
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)