From de1d21dcf3ff16cdd16960dac62bd9f18ddbbb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:57:10 +0000 Subject: [PATCH] Bump foo-software/lighthouse-check-action from 7.1.0 to 7.1.1 Bumps [foo-software/lighthouse-check-action](https://github.com/foo-software/lighthouse-check-action) from 7.1.0 to 7.1.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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: foo-software/lighthouse-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-check.yml b/.github/workflows/lighthouse-check.yml index 714af6a0..6e94c086 100644 --- a/.github/workflows/lighthouse-check.yml +++ b/.github/workflows/lighthouse-check.yml @@ -15,7 +15,7 @@ jobs: # Run Lighthouse check - name: Run Lighthouse - uses: foo-software/lighthouse-check-action@v7.1.0 + uses: foo-software/lighthouse-check-action@v7.1.1 id: lighthouseCheck with: accessToken: ${{ secrets.LIGHTHOUSE_TOKEN }}