Skip to content

Commit 267b59e

Browse files
authored
Merge pull request #2975 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-release-0.18
[release-0.18] 🌱 Fix PR verify action
2 parents aaf4d3b + cb2f1a7 commit 267b59e

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)