Skip to content

Commit 45f758c

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.33
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.30 to 3.33. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@d1ff8fb...0abd69a) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.33' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ef4aa4 commit 45f758c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

159159
# seems we need to call this from the main CI workflow first
160160
- name: "Coverage comment 💬"
161-
uses: py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
161+
uses: py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
162162
id: coverage_comment
163163
with:
164164
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ls -R
4040

4141
- name: "Post coverage comment 💬"
42-
uses: py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
42+
uses: py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
GITHUB_PR_RUN_ID: ${{ inputs.workflow_run_id }}

0 commit comments

Comments
 (0)