diff --git a/.github/workflows/check-whitespace.yml b/.github/workflows/check-whitespace.yml index a316035..594b9fe 100644 --- a/.github/workflows/check-whitespace.yml +++ b/.github/workflows/check-whitespace.yml @@ -19,7 +19,7 @@ jobs: env: COMMITS: ${{ github.event.pull_request.commits }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: ${{ env.COMMIT_DEPTH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab3646..88032be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: php-version: ${{ matrix.php-version }} tools: composer - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0