Skip to content

Commit 6951ab7

Browse files
committed
Fix setup-ruby action config
1 parent ea802ab commit 6951ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Ruby 3.3
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
version: 3.3
37+
ruby-version: 3.3
3838
- name: Setup Environment
3939
shell: bash
4040
run: |

0 commit comments

Comments
 (0)