We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bdd89 commit ee957c4Copy full SHA for ee957c4
1 file changed
.github/workflows/pages.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Ruby
17
uses: ruby/setup-ruby@v1
18
with:
19
- ruby-version: "3.x" # match your local Ruby
+ ruby-version: "3.2.2" # match your local Ruby
20
21
- name: Install dependencies
22
run: |
0 commit comments