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 b8babd4 commit 4dae108Copy full SHA for 4dae108
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Ruby environment
17
uses: ruby/setup-ruby@v1
18
with:
19
- ruby-version: 3.2
+ ruby-version: 3.4
20
bundler-cache: true
21
22
- name: Building website
.github/workflows/link_checker.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: ruby/setup-ruby@v1
13
14
- ruby-version: '3.0'
+ ruby-version: '3.4'
15
- name: Build
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
- name: Check links
29
run: make check_links
0 commit comments