Skip to content

Commit 8d216d9

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41 (#3260)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d3a87f commit 8d216d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2b.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Store unit tests coverage
8888
id: coverage_comment
8989
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
90-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
90+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9191
with:
9292
GITHUB_TOKEN: ${{ github.token }}
9393
COVERAGE_PATH: integrations/e2b
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Store combined coverage
110110
if: github.event_name == 'push'
111-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
111+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112112
with:
113113
GITHUB_TOKEN: ${{ github.token }}
114114
COVERAGE_PATH: integrations/e2b

0 commit comments

Comments
 (0)