From fde3acce40b91c4f883690bcc40ca7c6d9993a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:56:25 +0000 Subject: [PATCH] meta: bump treosh/lighthouse-ci-action from 11.4.0 to 12.6.1 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 11.4.0 to 12.6.1. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/1b0e7c33270fbba31a18a0fbb1de7cc5256b6d39...fcd65974f7c4c2bf0ee9d09b84d2489183c29726) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-version: 12.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 943fb37a5e4ce..c6d3a065808f8 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -87,7 +87,7 @@ jobs: - name: Audit Preview URL with Lighthouse # Conduct the lighthouse audit id: lighthouse_audit - uses: treosh/lighthouse-ci-action@1b0e7c33270fbba31a18a0fbb1de7cc5256b6d39 # v11.4.0 + uses: treosh/lighthouse-ci-action@fcd65974f7c4c2bf0ee9d09b84d2489183c29726 # v12.6.1 with: # Defines the settings and assertions to audit configPath: './.lighthouserc.json'