From e9bb6f210a0c06c00052e0b97bcbd79aef7206b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:29:30 +0000 Subject: [PATCH] ci(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-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml index 74c17dd9..47d5bcec 100644 --- a/.github/workflows/lighthouse-ci.yml +++ b/.github/workflows/lighthouse-ci.yml @@ -80,7 +80,7 @@ jobs: exit 1 - name: Run Lighthouse audit (Homepage) - uses: treosh/lighthouse-ci-action@v10 + uses: treosh/lighthouse-ci-action@v12 with: configPath: './.github/lighthouse/lighthouserc.json' temporaryPublicStorage: true