diff --git a/.github/workflows/basic-coding-standards.yml b/.github/workflows/basic-coding-standards.yml index 19807e1..97ff9db 100644 --- a/.github/workflows/basic-coding-standards.yml +++ b/.github/workflows/basic-coding-standards.yml @@ -12,7 +12,7 @@ jobs: env: PHP_VERSION_CODE_QUALITY: ${{ secrets.PHP_VERSION_CODE_QUALITY }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0