We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53520a2 commit 20a6e25Copy full SHA for 20a6e25
1 file changed
.github/workflows/deploy-web.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Ruby
28
uses: ruby/setup-ruby@v1
29
with:
30
- ruby-version-file: '.ruby-version'
+ ruby-version: '3.3'
31
bundler-cache: true
32
33
- name: Setup Node.js
0 commit comments