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(ci)](deps): Bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 #652

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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Run generate schemas
run: cargo run -p homestar-schemas
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Check Format
run: cargo fmt --all -- --check
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Install nextest
uses: taiki-e/install-action@nextest
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Run Tests (all-features)
run: cargo test --workspace --all-features
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Run Doc(s) compilation
env:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].5

- name: Build example-websocket-relay
run: cargo build -p websocket-relay
Expand Down