From c7d1d0d1f8f5d3efa15c0d5c795738ea71f8c391 Mon Sep 17 00:00:00 2001 From: Simon Guest Date: Tue, 29 Jul 2025 09:20:38 +1200 Subject: [PATCH] Bump Nushell version used in CI to 0.106.0 --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index fa0aa83..ae485bf 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -7,7 +7,7 @@ on: branches: - main env: - NU_VERSION: 0.102.0 + NU_VERSION: 0.106.0 BASH_ENV_JSON_VERSION: 0.10.1 jobs: