From ecd807776d9ee98fe92942f3c5525e3626a4b343 Mon Sep 17 00:00:00 2001 From: Simplificator Renovate Bot <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:06:24 +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 eeb7de6..b993ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # cloning into "root" does not work when trying to call the action from itself # inspired by Microsoft: https://github.com/microsoft/action-python/blob/c8ec939994d7ed2ec77b7bbe59ed5f5b72fb5607/.github/workflows/test.yml#L21 - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: action clean: true