From a3668d2534f7ed57ccf6307f956a8f889b37e391 Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 9 Feb 2026 11:32:52 +0100 Subject: [PATCH] ci: fix checkout action URL for Forgejo --- .forgejo/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 0c6abd4..f1b1236 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -5,7 +5,7 @@ jobs: test: runs-on: python steps: - - uses: actions/checkout@v4 + - uses: https://github.com/actions/checkout@v4 - name: Install dependencies run: | @@ -19,5 +19,3 @@ jobs: run: | cortex version cortex triage score "test task" - cortex hygiene stats - cortex roadmap overdue