Skip to content

Bump k8s.io/client-go from 0.33.3 to 0.34.1 #537

Bump k8s.io/client-go from 0.33.3 to 0.34.1

Bump k8s.io/client-go from 0.33.3 to 0.34.1 #537

Workflow file for this run

name: codespell
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
permissions:
contents: read
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true