Skip to content

Commit c123f04

Browse files
committed
fixing typo
1 parent c5afdf9 commit c123f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
5050
# change this to (see https://github.com/ruby/setup-ruby#versioning):
5151
# uses: ruby/setup-ruby@v1
52-
uses: ruby/setup-ruby@1
52+
uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{ matrix.ruby }}
5555
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)