From a47f6880fcd4f8b8572bd472e48c3d003b8b7dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:40:57 +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.6.2 to 2.7.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2.6.2...v2.7.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 2d71ba2..7dd9d90 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.6.2 + uses: marocchino/sticky-pull-request-comment@v2.7.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.6.2 + uses: marocchino/sticky-pull-request-comment@v2.7.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.6.2 + uses: marocchino/sticky-pull-request-comment@v2.7.0 if: ${{ failure() }} with: header: unlighthouse