From eca84f450559aae1993874bca8988a7ba1ff5c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:42:16 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#11) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d812caf..13e0d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Repository checkout with: fetch-depth: 0