Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action
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>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 31b6698 commit e1fc379
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 @@ -190,7 +190,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 @@ -207,7 +207,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 @@ -226,7 +226,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 @@ -253,7 +253,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
continue-on-error: true
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 e1fc379

Please # to comment.