Skip to content

Commit

Permalink
build(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
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.5 to 0.0.6.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6)

---
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] authored Oct 1, 2024
1 parent 7a89177 commit 5c331bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
aarch64-unknown-linux-gnu
- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- 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/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Node
uses: actions/[email protected]
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

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

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- 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/[email protected].5
uses: mozilla-actions/[email protected].6

- 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/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Setup mdBook
uses: peaceiris/[email protected]
Expand Down

0 comments on commit 5c331bb

Please sign in to comment.