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
…1519)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 679be8e commit 5a24856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down

0 comments on commit 5a24856

Please sign in to comment.