diff --git a/.github/workflows/block-streamer-ci.yml b/.github/workflows/block-streamer-ci.yml index 0693c5ff4..d3c6e5d1f 100644 --- a/.github/workflows/block-streamer-ci.yml +++ b/.github/workflows/block-streamer-ci.yml @@ -31,7 +31,6 @@ jobs: format: - name: Format runs-on: ubuntu-20.04 steps: - name: Checkout repository @@ -39,7 +38,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.70.0 override: true profile: minimal components: rustfmt @@ -49,7 +48,6 @@ jobs: cargo fmt -- --check clippy: - name: Clippy runs-on: ubuntu-20.04 steps: - name: Checkout repository @@ -57,7 +55,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.70.0 override: true profile: minimal components: clippy