From da849feb7a66becdb3a94e197fe6ae4c9e3cdc2a Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Tue, 10 Dec 2024 14:45:42 +0200 Subject: [PATCH] ci: use yazi v0.4.1 in integration-tests It includes this important fix - https://github.com/mikavilpas/yazi.nvim/issues/603 For the full release notes, see - https://github.com/sxyazi/yazi/releases/tag/v0.4.1 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c3385a0..d71b2b76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: # yazi-fm is the `yazi` executable crate: yazi-fm git: https://github.com/sxyazi/yazi - tag: v0.4.0 + tag: v0.4.1 # commit: # # https://github.com/sxyazi/yazi/commit/d72f90356b98 # d72f90356b98 @@ -47,7 +47,7 @@ jobs: # yazi-cli is the `ya` command line interface crate: yazi-cli git: https://github.com/sxyazi/yazi - tag: v0.4.0 + tag: v0.4.1 # commit: # # https://github.com/sxyazi/yazi/commit/d72f90356b98 # d72f90356b98