diff --git a/.github/workflows/tofu-plan.yml b/.github/workflows/tofu-plan.yml index 31dabbb..ca0a444 100644 --- a/.github/workflows/tofu-plan.yml +++ b/.github/workflows/tofu-plan.yml @@ -82,7 +82,7 @@ jobs: - name: Post blocked route as sticky PR comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: tofu-plan path: /tmp/tofu-plan-blocked.md @@ -192,7 +192,7 @@ jobs: - name: Post plan as sticky PR comment if: always() && github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: tofu-plan path: /tmp/plan-comment.md