Skip to content

Commit 7b9d6d5

Browse files
authored
Pin ruby/setup-ruby to a specific sha
1 parent 70499a0 commit 7b9d6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Update .ruby-version with matrix value
1717
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
1818
- name: Set up Ruby
19-
uses: ruby/setup-ruby@v1
19+
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984
2020
with:
2121
bundler-cache: true
2222
rubygems: latest

0 commit comments

Comments
 (0)