Skip to content

Commit 20a6e25

Browse files
committed
fix warning
1 parent 53520a2 commit 20a6e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version-file: '.ruby-version'
30+
ruby-version: '3.3'
3131
bundler-cache: true
3232

3333
- name: Setup Node.js

0 commit comments

Comments
 (0)