diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520d665f..88f4170a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - run: docker compose up -d - uses: sfackler/actions/rustup@master with: - version: 1.53.0 + version: 1.56.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1