From 258fc3b84177d64e7a9581bd8072d9cc1c943d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:54:25 +0000 Subject: [PATCH] build(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index aa65f6b..47f1087 100644 --- a/.github/workflows/lighthouse-report.yaml +++ b/.github/workflows/lighthouse-report.yaml @@ -26,7 +26,7 @@ jobs: node-version: [18] steps: - name: Sticky Comment on Pull Request - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 with: header: unlighthouse message: | @@ -135,14 +135,14 @@ jobs: core.setOutput("comment", comment); - name: Sticky Comment on Pull Request with result - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 with: header: unlighthouse message: | ${{ steps.format_lighthouse_score.outputs.comment }} - name: Sticky Comment on Pull Request with failure - uses: marocchino/sticky-pull-request-comment@v2.7.0 + uses: marocchino/sticky-pull-request-comment@v2.8.0 if: ${{ failure() }} with: header: unlighthouse