Skip to content

Commit 249f3bf

Browse files
authored
Change ruby version build-and-deploy.yml
Always use latest version 2 of ruby
1 parent ca5925f commit 249f3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: SetupRuby
3131
uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: "2.x"
33+
ruby-version: "2"
3434

3535
- name: Setup Node
3636
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)