From 532978f86746b9cc58570fcdfe6fddb93161c719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:58:27 +0000 Subject: [PATCH] chore(deps): update marocchino/sticky-pull-request-comment action to v2.8.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 d70f72e..427b139 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -18,7 +18,7 @@ jobs: node-version: [18] steps: - name: Create initial comment - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 with: header: ${{ env.COMMENT_ID }} message: | @@ -111,13 +111,13 @@ jobs: core.setOutput("comment", comment); - name: Update comment with result - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 with: header: ${{ env.COMMENT_ID }} message: ${{ steps.create_result_content.outputs.comment }} - name: Update comment on failure - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 if: ${{ failure() }} with: header: ${{ env.COMMENT_ID }} @@ -127,7 +127,7 @@ jobs: See deployment for any errors - name: Update comment on cancel - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 if: ${{ cancelled() }} with: header: ${{ env.COMMENT_ID }}