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.
2 parents e6e005a + 67f1cea commit 3a6cd33Copy full SHA for 3a6cd33
.github/workflows/phpcs.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Run PHPCS inspection
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
with:
11
ref: ${{ github.event.pull_request.head.sha }}
12
- name: Run PHPCS inspection
0 commit comments