diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2bac5e000..134db1dd8 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -60,7 +60,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: cargo clippy run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings doc: @@ -77,7 +77,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: Install cargo-docs-rs uses: dtolnay/install@cargo-docs-rs - run: cargo docs-rs --locked @@ -94,7 +94,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: cargo install cargo-hack uses: taiki-e/install-action@cargo-hack - name: cargo hack test @@ -119,7 +119,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: rustup default stable run: rustup default stable - name: Check minimal versions @@ -143,7 +143,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: Install cargo hack uses: taiki-e/install-action@cargo-hack - name: cargo +${{ matrix.msrv }} check @@ -156,7 +156,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2 with: @@ -172,7 +172,7 @@ jobs: sudo apt update sudo apt-get -y install libsqlite3-dev libssl-dev - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install stable uses: dtolnay/rust-toolchain@stable - run: ./scripts/check-for-publish.sh diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 18a419186..cde9ea0a8 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -67,7 +67,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 test # use the full command to use the sccache run: | diff --git a/.github/workflows/multi-platform.yaml b/.github/workflows/multi-platform.yaml index 4d24cbda4..4192cba8c 100644 --- a/.github/workflows/multi-platform.yaml +++ b/.github/workflows/multi-platform.yaml @@ -42,7 +42,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 # Setup vcpkg binary cache # https://learn.microsoft.com/en-us/vcpkg/users/binarycaching#gha-quickstart - uses: actions/github-script@v7 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4b1dfc0d0..f4b391310 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -46,7 +46,7 @@ jobs: sudo apt update sudo apt-get -y install libsqlite3-dev libssl-dev - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install stable uses: dtolnay/rust-toolchain@stable - run: ./scripts/check-for-publish.sh diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1751c0e68..f728b9644 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -49,7 +49,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: cargo generate-lockfile if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile @@ -72,7 +72,7 @@ jobs: with: components: llvm-tools - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: cargo install cargo-tarpaulin uses: taiki-e/install-action@cargo-tarpaulin - name: cargo generate-lockfile diff --git a/.github/workflows/warmup-caches.yaml b/.github/workflows/warmup-caches.yaml index 5d0285383..34c4c5a86 100644 --- a/.github/workflows/warmup-caches.yaml +++ b/.github/workflows/warmup-caches.yaml @@ -47,6 +47,6 @@ 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: Build with all features run: cargo build --locked --all-targets --all-features --workspace