Skip to content

Commit

Permalink
Merge pull request #47 from MaximPlusov/update_ruby
Browse files Browse the repository at this point in the history
Update ruby setup in github actions
  • Loading branch information
MaximPlusov authored Sep 4, 2023
2 parents fb509fb + a50debe commit 198bd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v2

- name: Ruby setup
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: '2.7'

- name: Get cached gems
uses: actions/cache@v2
Expand Down

0 comments on commit 198bd4e

Please sign in to comment.