issues
search
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:
Quotes "3.0", so CI doesn't truncate it to "3". This ensures that a 3.0.x version is loaded.
Upgrade the checkout action version to v3 to eliminate Node v12 warning.
Uses bundler-cache to eliminate the use of the cache action (which also needs to be upgraded)
This addresses a few issues in CI: