Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7
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.6 to 0.0.7.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.6...v0.0.7)

---
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 Dec 16, 2024
1 parent 2c4bc25 commit 01adc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/steel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
components: rustfmt, clippy
- name: Run sccache-cache
if: github.event_name != 'release'
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Set Rust cache env vars
if: github.event_name != 'release'
run: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Run sccache-cache
if: github.event_name != 'release'
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Set Rust cache env vars
if: github.event_name != 'release'
run: |
Expand Down

0 comments on commit 01adc9b

Please sign in to comment.