diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index c58dfbb0..a26fd9b6 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -150,7 +150,9 @@ jobs: - name: Install GTest run: ${{matrix.install_gtest}} - name: Checkout repository - uses: actions/checkout@v4 + uses: > + node -v + actions/checkout@v3 - name: Configure Trick run: | export MAKEFLAGS=-j`nproc`