heapsource / active_model_otp

Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
MIT License
773 stars 81 forks source link

Update checkout action version, quote 3.0 #114

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

This PR makes 3 changes:

  1. Updates the checkout version to v3 so the workflow can continue to run after Node v12 stops being supported
  2. Quotes 3.0 so that it isn't truncated
  3. Switches to using the bundler-cache in the ruby-setup action

Runs green on my fork.

guilleiguaran commented 1 year ago

thanks for this!