Skip to content

Commit b48c085

Browse files
authored
Merge pull request #243 from github/dependabot/github_actions/ruby/setup-ruby-1.217.0
Bump ruby/setup-ruby from 1.215.0 to 1.217.0
2 parents d72306d + 7102696 commit b48c085

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

0 commit comments

Comments
 (0)