diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e0ab14..09fea1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Format check run: cargo fmt --all -- --check @@ -96,7 +96,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Build worker (release) # The `http` transport needs the `vgi-rpc` `http` feature; the workspace @@ -147,7 +147,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Build worker (release) run: cargo build --release --bin barcode-worker