From a30fc1964c12f390aa8f3ceb72364d1614c5ad95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:57:10 +0000 Subject: [PATCH] ci: bump py-cov-action/python-coverage-comment-action from 3.23 to 3.27 Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.23 to 3.27. - [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/b16205b76b824c17afe95a014fb22e58b4f239cb...e6ee17f632217eae267a13fbeb4389dce5dc4a26) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 514f72b8..97e86edf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -104,6 +104,6 @@ jobs: - name: Coverage comment if: github.event_name == 'push' || github.event_name == 'pull_request' id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@b16205b76b824c17afe95a014fb22e58b4f239cb + uses: py-cov-action/python-coverage-comment-action@e6ee17f632217eae267a13fbeb4389dce5dc4a26 with: GITHUB_TOKEN: ${{ github.token }}