From 82ba2e831fb4b2dfb443f08c09ca5e18708fd3f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:43:23 +0000 Subject: [PATCH] chore(deps): update treosh/lighthouse-ci-action action to v10 --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index acafda56..b3dc08b0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@v9 + uses: treosh/lighthouse-ci-action@v10 with: urls: ${{ github.event.inputs.url || github.event.deployment.payload.web_url || github.event.deployment_status.target_url }} uploadArtifacts: true