Skip to content

Bump k8s.io/api from 0.31.3 to 0.32.0 in /test/new-e2e #39728

Bump k8s.io/api from 0.31.3 to 0.32.0 in /test/new-e2e

Bump k8s.io/api from 0.31.3 to 0.32.0 in /test/new-e2e #39728

name: Check Markdown links
on:
pull_request:
permissions: {}
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
use-quiet-mode: yes
config-file: .markdown-link-check
check-modified-files-only: yes
base-branch: ${{ github.base_ref }}