We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05a269 commit 9999c0eCopy full SHA for 9999c0e
.github/workflows/modular-docs-check.yml
@@ -33,9 +33,9 @@ jobs:
33
java-version: 15
34
distribution: 'adopt' # See 'Supported distributions' for available options
35
- name: Use Ruby 2.6
36
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
37
with:
38
- ruby-version: 2.6
+ ruby-version: '2.6'
39
40
- run: npm --prefix .build install
41
name: Install Node Dependencies
.github/workflows/modular-docs-publish.yml
@@ -40,9 +40,9 @@ jobs:
42
43
44
45
46
47
- name: Install Node Dependencies
48
run: npm --prefix .build install
0 commit comments