Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5
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.4 to 0.0.5.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.4...v0.0.5)

---
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 Jun 18, 2024
1 parent 6cc8a49 commit 84f2847
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 @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: actions/cache@v4
with:
path: ~/dist
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5
- uses: actions/cache@v4
with:
path: ~/build
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5

- name: Install dependencies
env:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
CMAKE_CXX_COMPILER_LAUNCHER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.5

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

0 comments on commit 84f2847

Please sign in to comment.