diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f5e30..f04ad5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - run: mkdir ./lighthouse-artifacts - name: Lighthouse (Development) if: ${{ env.BUILD_DEVELOPMENT == 'true' }} - uses: foo-software/lighthouse-check-action@v9.0.0 + uses: foo-software/lighthouse-check-action@v9.1.0 with: # https://www.foo.software/docs/lighthouse-check-github-action/configuration urls: 'https://${{ env.NETLIFY_DEVELOPMENT_DEPLOY_ID }}--${{ env.NETLIFY_SITE_NAME }}.netlify.app' @@ -92,7 +92,7 @@ jobs: prCommentSaveOld: true - name: Lighthouse (Production) if: ${{ env.BUILD_PRODUCTION == 'true' }} - uses: foo-software/lighthouse-check-action@v9.0.0 + uses: foo-software/lighthouse-check-action@v9.1.0 with: # https://www.foo.software/docs/lighthouse-check-github-action/configuration urls: 'https://${{ env.NETLIFY_SITE_NAME }}.netlify.app'