Skip to content

Commit 9606911

Browse files
committed
Fixing publication of docs
1 parent d1640c4 commit 9606911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.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 and install Gemfile bundles
32-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
32+
uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: '3.1' # Not needed with a .ruby-version file
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)