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