From 0dba0b9e588bfaa1335b928616201980688cbe51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 05:27:40 +0000 Subject: [PATCH] ci(deps): bump treosh/lighthouse-ci-action from 11 to 12 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 11 to 12. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/v11...v12) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 1fd837f..4d2ae8c 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -37,7 +37,7 @@ jobs: curl -f http://localhost:3000 || exit 1 - name: Run Lighthouse CI - uses: treosh/lighthouse-ci-action@v11 + uses: treosh/lighthouse-ci-action@v12 with: configPath: './.lighthouserc.json' uploadArtifacts: true