From c16fa202e0fae7f619405d00ca05c61303da8054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Sat, 24 Jan 2026 16:02:08 +0200 Subject: [PATCH] Update Nushell version in CI workflow Updates Nushell to the newest version as in https://github.com/nushell/nupm/pull/128 which was closed by the author. --- .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 8c8e410..d66d088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: hustcer/setup-nu@v3.10 with: - version: "0.106.1" + version: "0.110.0" - name: Show Nushell Version run: version