From 982cf6e5e667117aa508e5d0158c047b6260e460 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 18:30:05 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v2.2.0 --- .github/workflows/terraform.plan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform.plan.yaml b/.github/workflows/terraform.plan.yaml index a90d24a..f322282 100644 --- a/.github/workflows/terraform.plan.yaml +++ b/.github/workflows/terraform.plan.yaml @@ -28,7 +28,7 @@ jobs: run: terraform plan -input=false -no-color working-directory: examples/hcloud-k3s - - uses: marocchino/sticky-pull-request-comment@82e7a0d3c51217201b3fedc4ddde6632e969a477 # renovate: tag=v2.1.1 + - uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 # renovate: tag=v2.2.0 if: success() with: recreate: true @@ -43,7 +43,7 @@ jobs: ``` # > _Report based on commit ${{ github.sha }} (authored by **@${{ github.actor }}**). See [`actions#${{ github.run_id }}`](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details._ - - uses: marocchino/sticky-pull-request-comment@82e7a0d3c51217201b3fedc4ddde6632e969a477 # renovate: tag=v2.1.1 + - uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 # renovate: tag=v2.2.0 if: failure() && steps.plan.outcome == 'failure' with: recreate: true