Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twistedfall committed Sep 30, 2024
1 parent f22d805 commit 8bc07d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/opencv-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: actions/cache@v4
with:
path: ~/dist
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: mozilla-actions/sccache-action@v0.0.6
- uses: actions/cache@v4
with:
path: ~/build
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: mozilla-actions/sccache-action@v0.0.6

- name: Install dependencies
run: ci/install.sh
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
CMAKE_CXX_COMPILER_LAUNCHER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: mozilla-actions/sccache-action@v0.0.6

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8bc07d6

Please sign in to comment.