Skip to content

Commit 8ad76f8

Browse files
authored
Merge pull request #244 from github/dependabot/github_actions/ruby/setup-ruby-1.218.0
Bump ruby/setup-ruby from 1.217.0 to 1.218.0
2 parents b48c085 + 523d5a0 commit 8ad76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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@8711a86ab6f9aa72890da4123b2ef7283b6b22b6
19+
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d
2020
with:
2121
bundler-cache: true
2222
- name: Run tests

0 commit comments

Comments
 (0)