Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 in the github-actions group #22

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].6
uses: mozilla-actions/[email protected].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/[email protected].6
- uses: mozilla-actions/[email protected].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/[email protected].6
uses: mozilla-actions/[email protected].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/[email protected].6
uses: mozilla-actions/[email protected].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/[email protected].6
uses: mozilla-actions/[email protected].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/[email protected].6
uses: mozilla-actions/[email protected].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/[email protected].6
uses: mozilla-actions/[email protected].7

- name: Select features
run: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
}

- name: Install sccache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7

- uses: msys2/setup-msys2@v2

Expand Down
Loading