Skip to content

Commit

Permalink
Up the ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelen5 committed Mar 28, 2024
1 parent b988dc7 commit 84a81df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3
- name: Cache bundler dependencies
uses: actions/cache@v1
id: gems
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3
- name: Cache bundler dependencies
uses: actions/cache@v1
id: gems
Expand Down

0 comments on commit 84a81df

Please sign in to comment.