setup-ruby icon indicating copy to clipboard operation
setup-ruby copied to clipboard

Set up your GitHub Actions workflow with a specific version of Ruby

Results 20 setup-ruby issues
Sort by recently updated
recently updated
newest added

Sadly we haven't got the time to maintain this repository as an official GitHub Action. In this case `ruby/ruby-setup` has become the default go to Action and we use that...

In https://github.com/actions/starter-workflows/pull/448#issuecomment-608513627, @chrispat said: > I don't see a reason to have two different workflows and I also expect that we will deprecate actions/setup-ruby. I think this is a good...

ubuntu-20.04 is available (see https://github.com/actions/virtual-environments#available-environments), but when using setup-ruby we get `##[error]Version 2.7 not found`. I created the PR https://github.com/actions/setup-ruby/pull/69 to demonstrate this, currently ubuntu-latest points to ubuntu-18.04 so this...

The link to the actions/cache repo seems to be broken. I'm updating it.

It would've been great if we could say: ``` - uses: actions/setup-ruby@v1 with: ruby-version: 'github-pages' ``` to use Ruby that is currently required by the `github-pages` gem. This version can...

Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.3 to 1.0.8. Changelog Sourced from @actions/http-client's changelog. 1.0.8 Fixed security issue where a redirect (e.g. 302) to another domain would pass headers. The fix was to...

dependencies

When I run on a self-hosted runner I always get an error that ruby was not found, Preatty sure it has something to do with your note ``` . Note...

documentation