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 }}