Skip to content

Commit cca0cd4

Browse files
committed
Fixes setup-ruby
1 parent 5599762 commit cca0cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Setup Ruby
32-
uses: ruby/setup-ruby
32+
uses: ruby/setup-ruby@v1
3333
with:
3434
# ruby-version: '3.3.6' # Not needed with a .ruby-version file
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)