From e0d94ce9ca6881a29afdfa721f9884a387c81dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:03:24 +0000 Subject: [PATCH] build(deps): bump foo-software/lighthouse-check-action Bumps [foo-software/lighthouse-check-action](https://github.com/foo-software/lighthouse-check-action) from 9.0.0 to 9.1.1. - [Release notes](https://github.com/foo-software/lighthouse-check-action/releases) - [Changelog](https://github.com/foo-software/lighthouse-check-action/blob/master/tsconfig.release.json) - [Commits](https://github.com/foo-software/lighthouse-check-action/compare/v9.0.0...v9.1.1) --- updated-dependencies: - dependency-name: foo-software/lighthouse-check-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f5e30..3e32786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - run: mkdir ./lighthouse-artifacts - name: Lighthouse (Development) if: ${{ env.BUILD_DEVELOPMENT == 'true' }} - uses: foo-software/lighthouse-check-action@v9.0.0 + uses: foo-software/lighthouse-check-action@v9.1.1 with: # https://www.foo.software/docs/lighthouse-check-github-action/configuration urls: 'https://${{ env.NETLIFY_DEVELOPMENT_DEPLOY_ID }}--${{ env.NETLIFY_SITE_NAME }}.netlify.app' @@ -92,7 +92,7 @@ jobs: prCommentSaveOld: true - name: Lighthouse (Production) if: ${{ env.BUILD_PRODUCTION == 'true' }} - uses: foo-software/lighthouse-check-action@v9.0.0 + uses: foo-software/lighthouse-check-action@v9.1.1 with: # https://www.foo.software/docs/lighthouse-check-github-action/configuration urls: 'https://${{ env.NETLIFY_SITE_NAME }}.netlify.app'