Loading .github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: version: 1.46.0 version: 1.48.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1 Loading Loading
.github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: version: 1.46.0 version: 1.48.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1 Loading