We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5599762 commit cca0cd4Copy full SHA for cca0cd4
.github/workflows/jekyll-gh-pages.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v4
31
- name: Setup Ruby
32
- uses: ruby/setup-ruby
+ uses: ruby/setup-ruby@v1
33
with:
34
# ruby-version: '3.3.6' # Not needed with a .ruby-version file
35
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments