From 3490e9ec8b053334a5ca653d7468994190ac9557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:25:13 +0000 Subject: [PATCH] build(deps): bump treosh/lighthouse-ci-action from 10 to 12 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10 to 12. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/v10...v12) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-performance.yml b/.github/workflows/lighthouse-performance.yml index aeae47b2d..2d8684fd4 100644 --- a/.github/workflows/lighthouse-performance.yml +++ b/.github/workflows/lighthouse-performance.yml @@ -29,7 +29,7 @@ jobs: - name: Audit URLs using Lighthouse id: lighthouseDesktop continue-on-error: true - uses: treosh/lighthouse-ci-action@v10 + uses: treosh/lighthouse-ci-action@v12 env: USER_EMAIL: ${{ secrets.USER_EMAIL }} USER_PASSWORD: ${{ secrets.USER_PASSWORD }} @@ -58,7 +58,7 @@ jobs: - name: Audit URLs using Lighthouse id: lighthouseMobile continue-on-error: true - uses: treosh/lighthouse-ci-action@v10 + uses: treosh/lighthouse-ci-action@v12 env: USER_EMAIL: ${{ secrets.USER_EMAIL }} USER_PASSWORD: ${{ secrets.USER_PASSWORD }}