Skip to content

Commit 5d6f630

Browse files
Update ruby to v3.4.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 703e0d9 commit 5d6f630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
2828
with:
29-
ruby-version: 3.2
29+
ruby-version: 3.4.7
3030

3131
- name: Install and Build 🔧
3232
run: |

.github/workflows/site-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
2828
with:
29-
ruby-version: 3.2
29+
ruby-version: 3.4.7
3030

3131
- name: Install and Build 🔧
3232
run: |

0 commit comments

Comments
 (0)