Skip to content

feat(deps): bump sigs.k8s.io/cluster-api from 1.4.0-beta.2.0.20230524193452-89a36acc3c3f to 1.6.0-beta.0 #95

feat(deps): bump sigs.k8s.io/cluster-api from 1.4.0-beta.2.0.20230524193452-89a36acc3c3f to 1.6.0-beta.0

feat(deps): bump sigs.k8s.io/cluster-api from 1.4.0-beta.2.0.20230524193452-89a36acc3c3f to 1.6.0-beta.0 #95

Workflow file for this run

name: Check Commit
permissions: {}
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f #v5.4.3
with:
firstParent: true