Skip to content

🌱 Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #1250

🌱 Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0

🌱 Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #1250

Workflow file for this run

name: PR verify
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
checks: write # Allow access to checks to write check runs.
jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@d8367c29de8af903319d3a76de2436672515729b # tag=v0.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}