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 Sep 30, 2024
1 parent a8b3e99 commit b309fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-directories: ~/.cache/sccache
- uses: mozilla-actions/[email protected].5
- uses: mozilla-actions/[email protected].6
- run: |
echo "SCCACHE_GHA_ENABLED=true" >>$GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >>$GITHUB_ENV
Expand Down

0 comments on commit b309fd9

Please sign in to comment.