We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce07e35 commit fe586dfCopy full SHA for fe586df
.github/workflows/pages-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Ruby
43
uses: ruby/setup-ruby@v1
44
with:
45
- ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
+ ruby-version: 3.2.2 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
46
bundler-cache: true
47
48
- name: Build site
0 commit comments