Skip to content

Commit f2b0f37

Browse files
committed
Use master of setup-ruby
1 parent 07f6a4f commit f2b0f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- if: ${{ matrix.os == 'ubuntu-latest' }}
3232
run: sudo apt install libyaml-dev
3333
- name: Set up Ruby
34-
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
34+
uses: ruby/setup-ruby@master
3535
with:
3636
ruby-version: ${{ matrix.ruby }}
3737
bundler-cache: true # 'bundle install' and cache

0 commit comments

Comments
 (0)