From 15c3fc4387e333affd8ebe5420b15a73bffa7f8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:41:28 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0b215..951bed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 name: Repository checkout with: fetch-depth: 0