Skip to content

Commit

Permalink
Update ruby version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 11, 2024
1 parent fe1d162 commit bc53c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'

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

0 comments on commit bc53c7d

Please sign in to comment.