Skip to content

Commit 87e8c52

Browse files
committed
Bump GitHub Action to Ruby 3.2
1 parent 5ed4fa2 commit 87e8c52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
37+
# https://github.com/ruby/setup-ruby/releases/tag/v1.245.0
38+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651
3939
with:
40-
ruby-version: '3.1' # Not needed with a .ruby-version file
40+
ruby-version: '3.2' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages

0 commit comments

Comments
 (0)