From ff78623e7055fcc1ae245c6db22178883feb02f8 Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Tue, 10 Mar 2026 12:13:52 +0200 Subject: [PATCH] Fix checkout action --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c95f37b..a75c89b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,9 @@ jobs: - name: disable git eol translation run: git config --global core.autocrlf false - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + fetch-depth: 0 - name: Check version run: node stremiover.js check - name: Stable with rustfmt and clippy