From d2d316c28bf4c343970edea7fe4beede8427d572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:14:42 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v2.9.0 --- .github/workflows/unlighthouse.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unlighthouse.yaml b/.github/workflows/unlighthouse.yaml index 7e91095..9736b91 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -20,7 +20,7 @@ jobs: node-version: [20] steps: - name: Create initial comment - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 if: github.ref != 'refs/heads/main' with: header: ${{ env.COMMENT_ID }} @@ -133,7 +133,7 @@ jobs: core.setOutput("scoreColor", getColor(result.summary.score)); - name: Update comment with result - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 if: github.ref != 'refs/heads/main' with: header: ${{ env.COMMENT_ID }} @@ -152,7 +152,7 @@ jobs: color: ${{ steps.create_result_content.outputs.scoreColor }} - name: Update comment on failure - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 if: failure() && github.ref != 'refs/heads/main' with: header: ${{ env.COMMENT_ID }} @@ -162,7 +162,7 @@ jobs: See deployment for any errors - name: Update comment on cancel - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 if: cancelled() && github.ref != 'refs/heads/main' with: header: ${{ env.COMMENT_ID }}