Skip to content

Commit

Permalink
chore(deps): bump treosh/lighthouse-ci-action
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 1 update: [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action).


Updates `treosh/lighthouse-ci-action` from 11.4.0 to 12.1.0
- [Release notes](https://github.com/treosh/lighthouse-ci-action/releases)
- [Commits](treosh/lighthouse-ci-action@11.4.0...12.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Jun 28, 2024
1 parent a295392 commit aa22437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
checks: true

- name: 🚦 Lighthouse
uses: treosh/lighthouse-ci-action@11.4.0
uses: treosh/lighthouse-ci-action@12.1.0
with:
# no urls needed, since it uses local folder to scan .html files
configPath: '.github/lighthouserc.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: 🚦 Audit URLs using Lighthouse
id: lighthouse-ci-audit
uses: treosh/lighthouse-ci-action@11.4.0
uses: treosh/lighthouse-ci-action@12.1.0
with:
urls: ${{ steps.deployment.outputs.page_url }}
temporaryPublicStorage: true
Expand Down

0 comments on commit aa22437

Please sign in to comment.