From 29c14726ed655d54cc7062cabf36a14fbf936fa2 Mon Sep 17 00:00:00 2001 From: Hugo Verhelst <38376601+hverhelst@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:39:50 +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 8ab7a16..464e83f 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