From 5e94919b8170ee3b0b1f8aa92c571ed7e40c6ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:31:31 +0000 Subject: [PATCH] Update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 | --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bf9118..4625950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - "8.4" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "shivammathur/setup-php@v2" with: coverage: "none" @@ -48,7 +48,7 @@ jobs: code-coverage: "pcov" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "shivammathur/setup-php@v2" with: coverage: "${{ matrix.code-coverage }}" @@ -81,7 +81,7 @@ jobs: - "8.4" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "shivammathur/setup-php@v2" with: coverage: "none"