Skip to content

Commit dd3600a

Browse files
authored
Merge pull request #240 from github/dependabot/github_actions/ruby/setup-ruby-1.214.0
Bump ruby/setup-ruby from 1.213.0 to 1.214.0
2 parents a8e7dd6 + 9a3f023 commit dd3600a

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@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
19+
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9
2020
with:
2121
bundler-cache: true
2222
- name: Run tests

0 commit comments

Comments
 (0)