From d0adeea10a0a0214f0e5c6c9cc8ff1721de76cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:58:50 +0000 Subject: [PATCH] chore(deps): bump treosh/lighthouse-ci-action from 9 to 10 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 9 to 10. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/v9...v10) --- 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/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index fea08ef..c5defa2 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@v9 + uses: treosh/lighthouse-ci-action@v10 with: urls: | "https://${{ env.DOMAIN }}.brickbox.io"