From a0f4178c482db1a6141315257deb08893d6d01ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:53:11 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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 32fc1a6..2742427 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@v4 + uses: actions/checkout@v5 - name: Load dependency cache uses: actions/cache@v4 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@v4 + uses: actions/checkout@v5 - name: Load dependency cache uses: actions/cache@v4 with: