From 9d336e06f10973191bb5918b3feed0244871a2ee Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Thu, 16 Mar 2023 02:16:37 +0000 Subject: [PATCH] ci: bump nushell & elvish versions (#1500) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c83cdc2d..9842726d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,8 @@ on: pull_request: env: - ELVISH_VERSION: v0.18.0 - NUSHELL_VERSION: 0.73.0 + ELVISH_VERSION: v0.19.2 + NUSHELL_VERSION: 0.77.0 jobs: detect-changes: