From 7e4ed7ae7cd866d2d9866e635b4672c7f8d105da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:40:53 +0000 Subject: [PATCH] Bump py-cov-action/python-coverage-comment-action from 3.28 to 3.29 Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.28 to 3.29. - [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.28...v3.29) --- 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 5f4d3c99..95ae4cdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Process the coverage reports id: coverage_processing - uses: py-cov-action/python-coverage-comment-action@v3.28 + uses: py-cov-action/python-coverage-comment-action@v3.29 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 4c9d75be..26636075 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.28 + uses: py-cov-action/python-coverage-comment-action@v3.29 with: COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}