We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe834c6 commit b2cea5dCopy full SHA for b2cea5d
1 file changed
README.md
@@ -25,7 +25,7 @@ jobs:
25
name: Run PHPCS inspection
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
29
with:
30
ref: ${{ github.event.pull_request.head.sha }}
31
- name: Run PHPCS inspection
0 commit comments