We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409ae31 commit f883b25Copy full SHA for f883b25
.github/workflows/verify.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
13
14
- - name: Check if PR title is valid
+ - name: Check if PR title is valid
15
env:
16
PR_TITLE: ${{ github.event.pull_request.title }}
17
run: |
0 commit comments