From d5bf761e983aa9d40d800592120eeb44a090cba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Mon, 29 Dec 2025 15:03:42 +0100 Subject: [PATCH] Add checkout action to CI workflow --- .github/workflows/main_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index e99917d8..af3bd6f1 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -34,6 +34,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: filter_version with: