Skip to content

Commit 7acb5d3

Browse files
authored
Merge pull request #740 from musicEnfanthen/feature/update-jekyll-build
fix: update ruby version
2 parents dfffa4f + 4d9615c commit 7acb5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Ruby
1919
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
2020
with:
21-
ruby-version: '3.1' # Not needed with a .ruby-version file
21+
ruby-version: '3.2' # Not needed with a .ruby-version file
2222
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2323
cache-version: 0 # Increment this number if you need to re-download cached gems
2424

0 commit comments

Comments
 (0)