Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 (#683)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 098ca00 commit 31476f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
rustflags: ""

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

- name: Clear sccache stats
run: sccache --zero-stats
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

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

- name: Clear sccache stats
run: sccache --zero-stats
Expand Down

0 comments on commit 31476f8

Please sign in to comment.