Skip to content

Commit

Permalink
Change GHA to use up-to-date setup-ruby action
Browse files Browse the repository at this point in the history
It seems that GHA is not longer compatible with the specific version for setup-ruby that was used before.
I'm hoping defaulting to the v1 version will fix the issue.
  • Loading branch information
Romain Gérard authored Jan 27, 2021
1 parent cf219df commit da38c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cucumber-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
uses: ruby/setup-ruby@v1
# uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
with:
ruby-version: 2.6
- name: Install dependencies
Expand Down

0 comments on commit da38c03

Please sign in to comment.