🌱 Bump the dependency kubernetes group to v0.31.6 #3157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Verifier | |
permissions: {} | |
on: | |
pull_request_target: | |
# edited is needed here as this workflow checks for PR meta content | |
types: [opened, edited, reopened, synchronize, ready_for_review] | |
jobs: | |
verify: | |
name: verify PR contents | |
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main |