Skip to content

Commit 9999c0e

Browse files
chore: update the setup ruby action to the newer one (redhat-developer#609)
1 parent c05a269 commit 9999c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/modular-docs-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
java-version: 15
3434
distribution: 'adopt' # See 'Supported distributions' for available options
3535
- name: Use Ruby 2.6
36-
uses: actions/setup-ruby@v1
36+
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: 2.6
38+
ruby-version: '2.6'
3939

4040
- run: npm --prefix .build install
4141
name: Install Node Dependencies

.github/workflows/modular-docs-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
java-version: 15
4141
distribution: 'adopt' # See 'Supported distributions' for available options
4242
- name: Use Ruby 2.6
43-
uses: actions/setup-ruby@v1
43+
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: 2.6
45+
ruby-version: '2.6'
4646

4747
- name: Install Node Dependencies
4848
run: npm --prefix .build install

0 commit comments

Comments
 (0)