From 0a0d8214cf6096f14310fc8d4d1c6c8316487b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:31:41 +0000 Subject: [PATCH] Build(deps): Bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10.1.0 to 11.4.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/10.1.0...11.4.0) --- 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54d54122..226a0be2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -115,7 +115,7 @@ jobs: assert len(unexpected) == 0, unexpected - name: Audit with Lighthouse - uses: treosh/lighthouse-ci-action@10.1.0 + uses: treosh/lighthouse-ci-action@11.4.0 with: configPath: ".github/workflows/lighthouserc.json" temporaryPublicStorage: true