From 60df2c6af9f69d492d666ef40d4550ca6b122047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:38:48 +0000 Subject: [PATCH] build(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.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/v3.23...v3.27) --- 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/ci.yml | 2 +- .github/workflows/coverage-comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b8fe7..9286afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Process the coverage reports id: coverage_processing - uses: py-cov-action/python-coverage-comment-action@v3.23 + uses: py-cov-action/python-coverage-comment-action@v3.27 with: COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT' GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 4a94068..3f64a85 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Post the stored pull request coverage comment - uses: py-cov-action/python-coverage-comment-action@v3.23 + uses: py-cov-action/python-coverage-comment-action@v3.27 with: COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}