Skip to content

(rke/rke2) bump rke client v1.6.2 and rke2 k8s v1.29.9 #9258

(rke/rke2) bump rke client v1.6.2 and rke2 k8s v1.29.9

(rke/rke2) bump rke client v1.6.2 and rke2 k8s v1.29.9 #9258

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: rake checks
"on":
push:
branches:
- production
- cp_production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
rake_checks:
runs-on:
group: Default Larger Runners
labels: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.5
- run: bundle install
- name: run rake checks
run: bundle exec rake