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