Skip to content

Commit 5050ac0

Browse files
Update build.yml (#44)
1 parent f592eb9 commit 5050ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
restore-keys: |
1919
${{ runner.os }}-gems-
2020
- name: Set up Ruby 2.6
21-
uses: actions/setup-ruby@v1
21+
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 2.6.x
23+
ruby-version: 2.6.10
2424
- name: Bundle install
2525
run: |
2626
gem install bundler:2.2.12

0 commit comments

Comments
 (0)