There was an error while loading. Please reload this page.
1 parent f5bf201 commit cfdd60bCopy full SHA for cfdd60b
1 file changed
.github/workflows/jekyll.yml
@@ -35,12 +35,11 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: Setup Ruby
38
- # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
39
- uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
+ uses: ruby/setup-ruby@v1
40
with:
41
ruby-version: "3.3" # Not needed with a .ruby-version file
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
- cache-version: 0 # Increment this number if you need to re-download cached gems
+ cache-version: 1 # Increment this number if you need to re-download cached gems
44
45
- name: Setup Pages
46
id: pages
0 commit comments