Skip to content

Commit 8cd8801

Browse files
authored
Merge pull request #65 from Shopify/fix-ci
Switch to v1 of the ruby/setup-ruby GitHub action
2 parents 1656e5c + c350d4c commit 8cd8801

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Ruby
24-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
25-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
26-
# uses: ruby/setup-ruby@v1
27-
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
24+
uses: ruby/setup-ruby@v1
2825
with:
2926
ruby-version: 2.6
3027
- name: Install dependencies

0 commit comments

Comments
 (0)