Skip to content

Commit

Permalink
Merge pull request #582 from share/bump-actions-versions
Browse files Browse the repository at this point in the history
👷‍♀️ Move to `ruby/setup-ruby` action
  • Loading branch information
alecgibson committed Nov 29, 2022
2 parents 2cdf094 + 7bac0e9 commit 9743fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: '2.7'
- name: Install
run: cd docs && gem install bundler && bundle install
- name: Build
Expand Down

0 comments on commit 9743fd1

Please sign in to comment.