We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493ff7f commit 1fd9336Copy full SHA for 1fd9336
.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.1.3 # 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