From 8311af92e251cc6fa81a912ed35a4129abfbc7e6 Mon Sep 17 00:00:00 2001 From: "simplificator-renovate[bot]" <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:59:37 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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 32a27f5..5725649 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@v6 + uses: actions/checkout@v7 with: path: action clean: true