From 81d2cd6f9ec793a636c4efb7605f56b10bd2ef6f Mon Sep 17 00:00:00 2001 From: Alex Dvornik <73471282+ADv0rnik@users.noreply.github.com> Date: Fri, 20 Feb 2026 11:30:52 +0100 Subject: [PATCH] Fix indentation for checkout action in CI workflow --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index fea8993..3c3d4d3 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: