Skip to content

Commit 00d1183

Browse files
committed
Fixing pipeline for docs
1 parent f50e103 commit 00d1183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
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)