From 42dd2da641cfaf379ad2566f0964fe00c647b2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 02:25:08 +0600 Subject: [PATCH] Bump foo-software/lighthouse-check-action from 10.0.0 to 12.0.1 (#294) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emruz Hossain --- .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 c1b3e51..fdedde1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,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 }}