Skip to content

Commit 049f32e

Browse files
try ruby 3.1.2
1 parent a93e2e7 commit 049f32e

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Ruby
3939
uses: ruby/setup-ruby@v1 # https://github.com/ruby/setup-ruby?tab=readme-ov-file#versioning
4040
with:
41-
ruby-version: '3.1.2p20' # Not needed with a .ruby-version file
41+
ruby-version: '3.1.2' # Not needed with a .ruby-version file
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4343
cache-version: 0 # Increment this number if you need to re-download cached gems
4444
- name: Setup Pages

0 commit comments

Comments
 (0)