From fa4a7f2328b9e50cb2a34f2fd62f9e25a36fbb79 Mon Sep 17 00:00:00 2001 From: Simon Malm Date: Thu, 14 Aug 2025 14:38:27 +0200 Subject: [PATCH] chore: update nushell --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c2c141..2522b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3 with: - version: '0.99' + version: '0.106.1' - name: Setup Just uses: extractions/setup-just@v2 @@ -51,7 +51,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3 with: - version: '0.99' + version: '0.106.1' - name: Setup Just uses: extractions/setup-just@v2