Skip to content

Commit 9743fd1

Browse files
authored
Merge pull request #582 from share/bump-actions-versions
👷‍♀️ Move to `ruby/setup-ruby` action
2 parents 2cdf094 + 7bac0e9 commit 9743fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020
steps:
21-
- uses: actions/checkout@v2
22-
- uses: actions/setup-ruby@v1
21+
- uses: actions/checkout@v3
22+
- uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 2.7
24+
ruby-version: '2.7'
2525
- name: Install
2626
run: cd docs && gem install bundler && bundle install
2727
- name: Build

0 commit comments

Comments
 (0)