Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
updating python and ruby
  • Loading branch information
MathewBiddle authored Feb 27, 2024
1 parent dd3a6ca commit e49abcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
Expand Down

0 comments on commit e49abcb

Please sign in to comment.