From 79a388f862b96a3ed5d8c7cb5ecfc0cf2c9b78b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:05:30 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65b671d..6b7d994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Ensure line endings are consistent run: git config --global core.autocrlf input - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load dependency cache uses: actions/cache@v5 with: @@ -56,7 +56,7 @@ jobs: - name: Ensure line endings are consistent run: git config --global core.autocrlf input - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load dependency cache uses: actions/cache@v5 with: