Skip to content

Commit

Permalink
Merge pull request #2974 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2973-to-release-0.19

[release-0.19] 🌱 Fix PR verify action
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents 409ae31 + f883b25 commit aa14005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1

- name: Check if PR title is valid
- name: Check if PR title is valid
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
Expand Down

0 comments on commit aa14005

Please sign in to comment.