Skip to content

Commit f883b25

Browse files
sbueringerk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
Fix PR verify action
Signed-off-by: Stefan Büringer [email protected]
1 parent 409ae31 commit f883b25

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)