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