From ac1fd176169735834fead6f81e20d32cedcecf48 Mon Sep 17 00:00:00 2001 From: Simon Winther Date: Sat, 6 Jun 2026 18:35:35 +0200 Subject: [PATCH] chore(workflow): update smoke.yml to use wretry for Neovim setup --- .github/workflows/smoke.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 141c76d..3868b4d 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -20,10 +20,14 @@ jobs: uses: actions/checkout@v4 - name: Setup Neovim - uses: rhysd/action-setup-vim@v1 + uses: Wandalen/wretry.action@v3 with: - neovim: true - version: ${{ matrix.neovim }} + action: rhysd/action-setup-vim@v1 + with: | + neovim: true + version: ${{ matrix.neovim }} + attempt_limit: 3 + attempt_delay: 15000 - name: Install picker dependency run: |