From 6c6f71f2d628671a89aa688c73d75d4e8b8e93d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:49:18 +0000 Subject: [PATCH] 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed4a2a8..07f18c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: timeout-minutes: 1 - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@10.1.0 + uses: treosh/lighthouse-ci-action@11.4.0 with: urls: | ${{ steps.netlify.outputs.deploy-url }}