diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 47423a4..358a7aa 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -20,6 +20,6 @@ jobs: node-version: '10.x' - run: npm install -g yarn - - uses: actions/checkout@latest + - uses: actions/checkout@v1 - name: Build run: cargo build --verbose