Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Oct 26, 2024
1 parent 4503c7b commit a5e8e66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3' # Attempt Ruby 3.3; may need to fall back if not fully supported
bundler-cache: true

- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Build site with Jekyll
Expand Down

0 comments on commit a5e8e66

Please sign in to comment.