diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f84a1db..eb835d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Add docs comment if: github.event_name == 'pull_request' && github.event.pull_request.draft == false - uses: marocchino/sticky-pull-request-comment@v2.9.0 + uses: marocchino/sticky-pull-request-comment@v2.9.4 with: header: docs-comment message: | diff --git a/.github/workflows/remove-temporary-docs.yaml b/.github/workflows/remove-temporary-docs.yaml index 70d1aa0..73faf06 100644 --- a/.github/workflows/remove-temporary-docs.yaml +++ b/.github/workflows/remove-temporary-docs.yaml @@ -27,7 +27,7 @@ jobs: uv run --only-dev mike delete --push ${VERSION} - name: Remove docs comment - uses: marocchino/sticky-pull-request-comment@v2.9.0 + uses: marocchino/sticky-pull-request-comment@v2.9.4 with: delete: true header: docs-comment