Skip to content

Commit 7bfd641

Browse files
committed
update GH action for Jekyll build
1 parent 94db521 commit 7bfd641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Setup Ruby
31-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
31+
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: '3.2.2' # Not needed with a .ruby-version file
3434
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)