Skip to content

Commit b61d854

Browse files
committed
Fix setup-ruby compatibility
1 parent 61e4f17 commit b61d854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ concurrency:
2626
jobs:
2727
# Build job
2828
build:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v5
3333
- name: Setup Ruby
34-
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
34+
uses: ruby/setup-ruby@v1
3535
with:
3636
ruby-version: '3.0' # Not needed with a .ruby-version file
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)