Skip to content

Commit 5442367

Browse files
committed
update
1 parent a3e8e8c commit 5442367

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
uses: actions/checkout@v4
3838
- name: Setup Ruby
3939
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
40+
uses: ruby/setup-ruby@v1
4141
with:
42-
ruby-version: '3.1' # Not needed with a .ruby-version file
42+
ruby-version: '3.2' # Not needed with a .ruby-version file
4343
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44-
cache-version: 0 # Increment this number if you need to re-download cached gems
44+
cache-version: 1 # Increment this number if you need to re-download cached gems
4545
- name: Setup Pages
4646
id: pages
4747
uses: actions/configure-pages@v5
File renamed without changes.

0 commit comments

Comments
 (0)