sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Modernize GitHub actions configuration #321

Open WesCossick opened 11 months ago

WesCossick commented 11 months ago

This PR updates actions/checkout and actions/setup-node to v4, and takes advantage of the built-in caching for Yarn in actions/setup-node, avoiding the now-deprecated set-output command.