diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 7c3917e..6a23428 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "☁️ checkout repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false