From 79b113ed90408d481a1ef3f07a801a308bd66a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:44:24 +0100 Subject: [PATCH] chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 (#434) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-rust.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-rust.yaml b/.github/workflows/ci-rust.yaml index f4e9f330..e3f40439 100644 --- a/.github/workflows/ci-rust.yaml +++ b/.github/workflows/ci-rust.yaml @@ -54,7 +54,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Install nextest uses: taiki-e/cache-cargo-install-action@v2 with: @@ -95,7 +95,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Linting run: cargo clippy -- -D warnings @@ -118,7 +118,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Validate OpenAPI run: | cargo run -p meteroid --bin openapi-generate