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

ci(deps): bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4 #320

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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Check rust formatting
run: cargo fmt -- --check
- name: Check python formatting
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Build benchmarks with no features
run: cargo bench --verbose --no-run --no-default-features
- name: Build benchmarks with all features
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: Configure default rust toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Build with no features
run: cargo test --verbose --no-default-features --no-run
- name: Tests with no features
Expand All @@ -100,7 +100,7 @@ jobs:
name: "python bindings"
steps:
- uses: actions/checkout@v3
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install poetry
Expand All @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
Expand All @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
- uses: mozilla-actions/[email protected].3
- uses: mozilla-actions/[email protected].4
- name: Test with Miri
run: cargo miri test
Loading