Skip to content

Commit 869fe7d

Browse files
committed
Bump ruby version
Signed-off-by: Ry Jones <[email protected]>
1 parent 3d11d73 commit 869fe7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333
- name: Setup Ruby
34-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
34+
uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.0
3535
with:
36-
ruby-version: '3.1' # Not needed with a .ruby-version file
36+
ruby-version: '3.2' # Not needed with a .ruby-version file
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3838
cache-version: 1 # Increment this number if you need to re-download cached gems
3939
- name: Setup Pages

0 commit comments

Comments
 (0)