Skip to content

Commit 054be0e

Browse files
Update dependency ruby to v3.4.7
1 parent 1a4422c commit 054be0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Ruby
4444
uses: ruby/setup-ruby@v1
4545
with:
46-
ruby-version: '3.1' # Run rubocop against lowest supported ruby
46+
ruby-version: '3.4.7' # Run rubocop against lowest supported ruby
4747
bundler-cache: true
4848
- name: Run rubocop
4949
run: bundle exec rake rubocop

.github/workflows/update_certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: "3.3"
16+
ruby-version: "3.4.7"
1717
bundler-cache: true
1818
- name: Check k0s Certs
1919
id: check-certs-expired

0 commit comments

Comments
 (0)