Skip to content

Commit

Permalink
build(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 (#…
Browse files Browse the repository at this point in the history
…1456)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 8a13d8b commit 69bf5f3
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].4
uses: mozilla-actions/[email protected].5

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

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

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

0 comments on commit 69bf5f3

Please sign in to comment.