Skip to content

Commit 9ed6ead

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action from 4.1 to 4.3 in /scripts/utils/templates (#3757)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 018fd11 commit 9ed6ead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/utils/templates/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store unit tests coverage
8989
id: coverage_comment
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
91+
uses: py-cov-action/python-coverage-comment-action@a05be3d2e8a6272d3ef5fb2840ab20368bb2eb71 # v4.3
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/$name
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Store combined coverage
112112
if: github.event_name == 'push'
113-
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
113+
uses: py-cov-action/python-coverage-comment-action@a05be3d2e8a6272d3ef5fb2840ab20368bb2eb71 # v4.3
114114
with:
115115
GITHUB_TOKEN: ${{ github.token }}
116116
COVERAGE_PATH: integrations/$name

0 commit comments

Comments
 (0)