Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 (#…
Browse files Browse the repository at this point in the history
…434)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 4d7770d commit 79b113e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Install nextest
uses: taiki-e/cache-cargo-install-action@v2
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Linting
run: cargo clippy -- -D warnings

Expand All @@ -118,7 +118,7 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Validate OpenAPI
run: |
cargo run -p meteroid --bin openapi-generate
Expand Down

0 comments on commit 79b113e

Please sign in to comment.