Skip to content

Commit aa14005

Browse files
authored
Merge pull request #2974 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-release-0.19
[release-0.19] 🌱 Fix PR verify action
2 parents 409ae31 + f883b25 commit aa14005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010

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

14-
- name: Check if PR title is valid
14+
- name: Check if PR title is valid
1515
env:
1616
PR_TITLE: ${{ github.event.pull_request.title }}
1717
run: |

0 commit comments

Comments
 (0)