diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 754f61d..2e9e212 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -6,7 +6,7 @@ jobs: name: Run PHPCS inspection runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - name: Run PHPCS inspection