From 4b7c1db8eb798cffcbb485c4b377fe8a925986fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:02:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/check-whitespace.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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