Open WesCossick opened 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.
actions/checkout
actions/setup-node
set-output
This PR updates
actions/checkout
andactions/setup-node
to v4, and takes advantage of the built-in caching for Yarn inactions/setup-node
, avoiding the now-deprecatedset-output
command.