From f1fa95e108a0968b87c6504e370e44ec5382f0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:44:41 +0000 Subject: [PATCH] Build(deps): Bump treosh/lighthouse-ci-action from 10.1.0 to 12.1.0 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10.1.0 to 12.1.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/10.1.0...12.1.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 b3416f1d..58a8cc6d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -116,7 +116,7 @@ jobs: assert len(unexpected) == 0, unexpected - name: Audit with Lighthouse - uses: treosh/lighthouse-ci-action@10.1.0 + uses: treosh/lighthouse-ci-action@12.1.0 with: configPath: ".github/workflows/lighthouserc.json" temporaryPublicStorage: true