Closed hovancik closed 1 year ago
The current implementation is not a composite and runs in Docker which uses the latest ruby version. You can either upgrade your project to the latest ruby, or fork this repo and specify your own version in the Docker file:
FROM ruby:3.1.3
I think moving forward, it'd be good to rewrite this action using the composite action to leverage custom user setup and caching.
My Action fails with
Your Ruby version is 3.2.2, but your Gemfile specified 3.1.3
.