From 75bd3c0b5007c22ba16d5b6db71725f8d1273824 Mon Sep 17 00:00:00 2001 From: Piotr Matlak <93533892+p6te@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:04:31 +0200 Subject: [PATCH] Update test-protocol.yml --- .github/workflows/test-protocol.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-protocol.yml b/.github/workflows/test-protocol.yml index 9f62b9b..471c3b2 100644 --- a/.github/workflows/test-protocol.yml +++ b/.github/workflows/test-protocol.yml @@ -71,9 +71,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20' - - uses: actions-rs/toolchain@v2 + - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: rustup defualt nightly override: true - name: install global mocha run: |