We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451d0d5 + a28f187 commit 85e6254Copy full SHA for 85e6254
.github/workflows/build-check-tutorial-site.yml
@@ -10,16 +10,9 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Ruby
13
- uses: ruby/setup-ruby@v1.64.1
+ uses: ruby/setup-ruby@v1
14
with:
15
- ruby-version: 2.7
16
- - name: Cache Ruby deps
17
- uses: actions/cache@v2
18
- with:
19
- path: vendor/bundle
20
- key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
21
- restore-keys: |
22
- ruby-deps-
+ ruby-version: 3.1
23
- name: Ruby deps
24
run: gem install json kramdown jekyll bundler
25
- name: Setup Python
0 commit comments