We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2a240 commit d7f6e42Copy full SHA for d7f6e42
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up Ruby
52
uses: ruby/setup-ruby@v1
53
with:
54
- ruby-version: '3.3'
+ ruby-version: '3.4.9'
55
bundler-cache: true
56
- name: Run rubocop
57
run: bundle exec rake rubocop
.github/workflows/update_certs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
- name: Check k0s Certs
22
id: check-certs-expired
0 commit comments