From 7ea5cad67b3e566e96d00987a1bf41d0cf04b5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:19:55 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 6018aae6e..e5cb1a8eb 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - run: npm run build - - uses: treosh/lighthouse-ci-action@v11 + - uses: treosh/lighthouse-ci-action@v12 id: lighthouse with: uploadArtifacts: true