tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

Update workflows to use latest version of actions #3445

Closed Juneezee closed 1 month ago

Juneezee commented 1 month ago

GitHub began the Node 16 deprecation process a year ago ^1. Our workflow runs have been annotated with the deprecation warnings.

image

This PR updates all workflows to use the latest version of actions which runs on Node 20. No breaking changes introduced.

  1. actions/checkout
  2. actions/setup-node
  3. actions/cache
  4. softprops/action-gh-release
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
headlessui-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 5:32pm
headlessui-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 5:32pm
RobinMalfait commented 1 month ago

Thanks!