Skip to content

Commit

Permalink
build(deps): bump treosh/lighthouse-ci-action from 10 to 12 (#1053)
Browse files Browse the repository at this point in the history
Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10 to 12.
- [Release notes](https://github.com/treosh/lighthouse-ci-action/releases)
- [Commits](treosh/lighthouse-ci-action@v10...v12)

---
updated-dependencies:
- dependency-name: treosh/lighthouse-ci-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anna Hughes <[email protected]>
  • Loading branch information
dependabot[bot] and annarhughes committed Aug 14, 2024
1 parent f630468 commit 6f940e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Audit URLs using Lighthouse
id: lighthouseDesktop
continue-on-error: true
uses: treosh/lighthouse-ci-action@v10
uses: treosh/lighthouse-ci-action@v12
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Audit URLs using Lighthouse
id: lighthouseMobile
continue-on-error: true
uses: treosh/lighthouse-ci-action@v10
uses: treosh/lighthouse-ci-action@v12
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
Expand Down

0 comments on commit 6f940e9

Please sign in to comment.