Skip to content

Commit

Permalink
[chore(ci)](deps): Bump mozilla-actions/sccache-action
Browse files Browse the repository at this point in the history
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 69525a8 commit 14fdb8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 14fdb8a

Please sign in to comment.