Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#392)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 361e2ae commit 61c2f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-on-vercel-preview-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# find project id here: https://vercel.com/darkroom-engineering/satus/settings
vercel_team_id: 'darkroom-engineering'
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Audit preview URL with Lighthouse
id: lighthouse_audit
uses: treosh/lighthouse-ci-action@v12
Expand Down

1 comment on commit 61c2f85

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 42
🟢 Accessibility: 100
🟠 Best practices: 79
🟢 SEO: 92

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Flenis-b4h334ah3-darkroom-engineering.vercel.app%252F%26nonce%3Dec595b0a7d76a2c4ee8a3c971742587748167b2d0bc04064746b33fc09638001"

Please sign in to comment.