From 8a77e547bca64bee18e360834a5b8ad2cbbccc5a Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Tue, 10 Mar 2026 11:58:08 +0200 Subject: [PATCH] Update checkout action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bb7c54..c95f37b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: - name: disable git eol translation run: git config --global core.autocrlf false - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check version run: node stremiover.js check - name: Stable with rustfmt and clippy