From 09fc4350a62bf1afbd8f2667b6e5efedbea32941 Mon Sep 17 00:00:00 2001 From: Hugo Verhelst <38376601+hverhelst@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:43:56 +0100 Subject: [PATCH] Change checkout reference from 'stable' to 'dev' --- .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 f2c4f3d..ec6f9d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@master with: repository: gismo/gismo - ref: stable + ref: dev path: ./gismo - uses: actions/checkout@master