We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e8e8c commit 5442367Copy full SHA for 5442367
2 files changed
.github/workflows/jekyll.yml
@@ -37,11 +37,11 @@ jobs:
37
uses: actions/checkout@v4
38
- name: Setup Ruby
39
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40
- uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
+ uses: ruby/setup-ruby@v1
41
with:
42
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
43
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
+ cache-version: 1 # Increment this number if you need to re-download cached gems
45
- name: Setup Pages
46
id: pages
47
uses: actions/configure-pages@v5
.github/workflows/Makefile Makefile.github/workflows/Makefile renamed to Makefile
0 commit comments