Skip to content

Commit c2f8405

Browse files
committed
fix: use Ruby 3.3.11 in markdown checks workflow
3.3.11 was released on 2026-03-26. CI will pass once PR #2133 bumps the pinned ruby/setup-ruby SHA.
1 parent 7518b8f commit c2f8405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-markdown-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install Ruby
9494
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
9595
with:
96-
ruby-version: "3.3.0"
96+
ruby-version: "3.3.11"
9797

9898
- name: Install Tools
9999
run: npm ci --ignore-scripts && bundle install
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install Ruby
150150
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
151151
with:
152-
ruby-version: "3.3.0"
152+
ruby-version: "3.3.11"
153153

154154
- name: Install Tools
155155
run: npm ci --ignore-scripts && bundle install

0 commit comments

Comments
 (0)