Skip to content

Commit 444814f

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@v3.40...v3.41) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.41' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 663bfb8 commit 444814f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uv run coverage run -m unittest discover
5757
- name: Coverage comment
5858
id: coverage_comment
59-
uses: py-cov-action/python-coverage-comment-action@v3.40
59+
uses: py-cov-action/python-coverage-comment-action@v3.41
6060
with:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

.github/workflows/coverage.yml

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

0 commit comments

Comments
 (0)