diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index e01cca0b4..8e4cd1ca3 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@v3 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} - name: Run PHPCS inspection