Skip to content

Commit

Permalink
build(deps): bump mozilla-actions/sccache-action (#40)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 9d141a7 commit 57112e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
with:
fetch-depth: 0
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- name: Setup Environment (PR)
if: ${{ github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: mozilla-actions/sccache-action@v0.0.7
- uses: taiki-e/install-action@cargo-make
- run: cargo make format-check

Expand All @@ -206,7 +206,7 @@ jobs:
with:
toolchain: nightly-2024-11-30
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- name: Docs
run: cargo doc --workspace --all-features --no-deps --document-private-items
Expand All @@ -225,7 +225,7 @@ jobs:
with:
components: clippy
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

# TODO: We have a bunch of platform-dependent code so should
# probably run this job on the full platform matrix
Expand All @@ -252,7 +252,7 @@ jobs:
with:
toolchain: ${{ env.MSRV }}
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- name: Check MSRV all features
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
toolchain: nightly-2024-11-30
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- name: Generate Docs
run: cargo doc --workspace --all-features --no-deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
tool: nextest

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- name: Select features
run: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
}
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.6
uses: mozilla-actions/sccache-action@v0.0.7

- uses: msys2/setup-msys2@v2

Expand Down

0 comments on commit 57112e6

Please sign in to comment.