From 3372c48bf5f9bfb24bb1aa8f7bba3dcb32165605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:20:27 +0000 Subject: [PATCH] ci: 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.0.0 to 3.1.0. - [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/48708266a6e77ebf564b50d9cff2b7df9a25b458...b3d7e98bf5528b07d6951ef7a93e2b156f960112) --- 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 6144b62c..1e3098aa 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -118,7 +118,7 @@ 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@48708266a6e77ebf564b50d9cff2b7df9a25b458 + uses: py-cov-action/python-coverage-comment-action@b3d7e98bf5528b07d6951ef7a93e2b156f960112 with: GITHUB_TOKEN: ${{ github.token }}