GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.01k stars 9.31k forks source link

misc(ci): fix deprecated node usage in checkout@v3 #16022

Closed hamirmahal closed 1 month ago

hamirmahal commented 1 month ago

Summary

CI uses actions/checkout@v3, which uses a deprecated version of Node.js. This pull request updates that action to the latest version.

Related Issues/PRs

This pull request fixes #16021.