Skip to content

Commit 02d37ba

Browse files
committed
Stay on latest version of setup-ruby
1 parent cc3da88 commit 02d37ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3131
# change this to (see https://github.com/ruby/setup-ruby#versioning):
3232
# uses: ruby/setup-ruby@v1
33-
uses: ruby/setup-ruby # v1.146.0
33+
uses: ruby/setup-ruby@master
3434
with:
3535
ruby-version: ${{ matrix.ruby-version }}
3636
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)