diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df491c6..dd7dc44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: summary: 'true' out: ./target/coverage.md - name: Add coverage comment to the pull request - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' with: hide_and_recreate: true