Skip to content

🌱 Bump actions/checkout from 4.1.0 to 4.1.5 #213

🌱 Bump actions/checkout from 4.1.0 to 4.1.5

🌱 Bump actions/checkout from 4.1.0 to 4.1.5 #213

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@4f3d1085b4458a49ed86918b4b55505716715b77 # tag=v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}