From 5b6880ce2cb5ca1e9208da5816d0f6aec3180609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:01:01 +0000 Subject: [PATCH] Bump foo-software/lighthouse-check-action from 10.0.0 to 12.0.1 Bumps [foo-software/lighthouse-check-action](https://github.com/foo-software/lighthouse-check-action) from 10.0.0 to 12.0.1. - [Release notes](https://github.com/foo-software/lighthouse-check-action/releases) - [Changelog](https://github.com/foo-software/lighthouse-check-action/blob/master/tsconfig.release.json) - [Commits](https://github.com/foo-software/lighthouse-check-action/compare/v10.0.0...v12.0.1) --- updated-dependencies: - dependency-name: foo-software/lighthouse-check-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 57ba757fa..fd175d4d1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,7 +62,7 @@ jobs: NETLIFY_TOKEN: ${{secrets.NETLIFY_TOKEN}} - name: Run Lighthouse - uses: foo-software/lighthouse-check-action@v10.0.0 + uses: foo-software/lighthouse-check-action@v12.0.1 id: lighthouseCheck with: accessToken: ${{ secrets.LIGHTHOUSE_TOKEN }}