Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 #2840

Merged
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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
aarch64-apple-darwin

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Install zig
uses: goto-bus-stop/setup-zig@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
rustup default stable

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Install Node
uses: actions/setup-node@v4.0.2
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Run clippy
run: |
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Test
id: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Download grcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rustup default stable

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v0.0.5

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2.0.0
Expand Down
Loading