khamusa / rspec-graphql_matchers

Collection of rspec matchers to test your graphQL api schema.
MIT License
145 stars 49 forks source link

Quote 3.0 in CI. Upgrade checkout action version. Use built-in caching #51

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

This addresses a few issues in CI:

  1. Quotes "3.0", so CI doesn't truncate it to "3". This ensures that a 3.0.x version is loaded.
  2. Upgrade the checkout action version to v3 to eliminate Node v12 warning.
  3. Uses bundler-cache to eliminate the use of the cache action (which also needs to be upgraded)