We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e4f17 commit b61d854Copy full SHA for b61d854
.github/workflows/jekyll.yml
@@ -26,12 +26,12 @@ concurrency:
26
jobs:
27
# Build job
28
build:
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v5
33
- name: Setup Ruby
34
- uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
+ uses: ruby/setup-ruby@v1
35
with:
36
ruby-version: '3.0' # Not needed with a .ruby-version file
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments