From 543e6e4d95d3b987b76dd1544aa61b49f966814c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:58:30 +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.38 to 3.39. - [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.38...v3.39) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.39' 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 e0bf12d..625dedb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: Process the coverage reports id: coverage_processing - uses: py-cov-action/python-coverage-comment-action@v3.38 + uses: py-cov-action/python-coverage-comment-action@v3.39 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 001c159..04240df 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Post the stored pull request coverage comment - uses: py-cov-action/python-coverage-comment-action@v3.38 + uses: py-cov-action/python-coverage-comment-action@v3.39 with: COVERAGE_DATA_BRANCH: 'COVERAGE-REPORT' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}