From dd4ad0d4fad00543a4bc32afd51006d126726e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:06:39 +0000 Subject: [PATCH] chore(deps): bump py-cov-action/python-coverage-comment-action 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](https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...63f52f4fbbffada6e8dee8ec432de7e01df9ba79) --- 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] --- .github/workflows/e2b.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2b.yml b/.github/workflows/e2b.yml index 7430bb4fd8..494b8e284f 100644 --- a/.github/workflows/e2b.yml +++ b/.github/workflows/e2b.yml @@ -87,7 +87,7 @@ jobs: - name: Store unit tests coverage id: coverage_comment if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule' - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41 with: GITHUB_TOKEN: ${{ github.token }} COVERAGE_PATH: integrations/e2b @@ -108,7 +108,7 @@ jobs: - name: Store combined coverage if: github.event_name == 'push' - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41 with: GITHUB_TOKEN: ${{ github.token }} COVERAGE_PATH: integrations/e2b