diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e0af5e9..bd0d6fc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -38,7 +38,7 @@ jobs: toolchain: ${{ matrix.toolchain }} components: clippy - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo clippy @@ -53,7 +53,7 @@ jobs: - name: Install nightly uses: dtolnay/rust-toolchain@nightly - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo doc @@ -70,7 +70,7 @@ jobs: - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo install cargo-hack @@ -93,7 +93,7 @@ jobs: - name: Install cargo minimal-versions uses: taiki-e/install-action@cargo-minimal-versions - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: rustup default stable @@ -115,7 +115,7 @@ jobs: # with: # toolchain: ${{ matrix.msrv }} # - name: Install sccache-cache - # uses: mozilla-actions/sccache-action@v0.0.7 + # uses: mozilla-actions/sccache-action@v0.0.8 # - name: Run sccache stat for check # run: ${SCCACHE_PATH} --show-stats # - name: cargo +${{ matrix.msrv }} check diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index b2aa0a1..53f1ce5 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -22,7 +22,7 @@ jobs: - name: Install nightly uses: dtolnay/rust-toolchain@nightly - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo generate-lockfile @@ -47,7 +47,7 @@ jobs: uses: dtolnay/rust-toolchain@beta - name: Install sccache-cache if: hashFiles('Cargo.lock') != '' - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check if: hashFiles('Cargo.lock') != '' run: ${SCCACHE_PATH} --show-stats diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df110d3..ff09efc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: toolchain: ${{ matrix.toolchain }} - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo generate-lockfile @@ -49,7 +49,7 @@ jobs: # - name: Install stable # uses: dtolnay/rust-toolchain@stable # - name: Install sccache-cache - # uses: mozilla-actions/sccache-action@v0.0.7 + # uses: mozilla-actions/sccache-action@v0.0.8 # - name: Run sccache stat for check # run: ${SCCACHE_PATH} --show-stats # - name: cargo generate-lockfile @@ -69,7 +69,7 @@ jobs: with: components: llvm-tools-preview - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo install cargo-tarpaulin