Skip to content

Commit

Permalink
chore(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 b0156e7 commit d9c8abf
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
timeout-minutes: 5
continue-on-error: true
- name: Build
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
timeout-minutes: 5
continue-on-error: true
- run: cargo fmt --check
Expand Down

0 comments on commit d9c8abf

Please sign in to comment.