From 592fe82760129685bcca93e2d6e66f52fdce7ec4 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 22 Mar 2025 21:12:03 +0200 Subject: [PATCH] chore(ci): update `checkout` in tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b575f94..2eaf9fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: neovim: true version: ${{ matrix.version }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache .tests uses: actions/cache@v4