Skip to content

Commit

Permalink
ci(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
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.6...v0.0.7)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 2d03128 commit 29bba00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- name: Check rust formatting
run: cargo fmt -p quizx -- --check
- name: Run clippy
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- name: Install rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: 🦀 Test quizx (Rust stable)
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- id: toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: Configure default rust toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- name: Build with all features
run: cargo test --verbose --all-features --no-run -p quizx
- name: Tests with all features
Expand All @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- name: Install rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 29bba00

Please # to comment.