diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 514f72b8..0d6ae3f0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -104,6 +104,6 @@ jobs: - name: Coverage comment if: github.event_name == 'push' || github.event_name == 'pull_request' id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@b16205b76b824c17afe95a014fb22e58b4f239cb + uses: py-cov-action/python-coverage-comment-action@44f4df022ec3c3cbb61e56e0b550a490bde8aa73 with: GITHUB_TOKEN: ${{ github.token }}