Skip to content

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

(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 #9261

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: yamllint
"on":
push:
branches:
- production
- cp_production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run yamllint
uses: bewuethr/yamllint-action@v1