Fix checkout action
Some checks failed
Continuous integration / test (push) Has been cancelled

This commit is contained in:
Vladimir Borisov 2026-03-10 12:13:52 +02:00
parent 8a77e547bc
commit ff78623e70
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603

View file

@ -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