Skip to content

Commit 7518b8f

Browse files
committed
fix: use valid Ruby 3.3.0 version in markdown checks workflow
1 parent 24cf576 commit 7518b8f

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.11"
96+
ruby-version: "3.3.0"
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.11"
152+
ruby-version: "3.3.0"
153153

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

0 commit comments

Comments
 (0)