Skip to content

Commit

Permalink
Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 (#60)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 24d18d5 commit aa2f371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
conan profile show -pr=${{ matrix.cmake.conan_profile }}
- name: Setup Github cache for compiler cache (Mozilla sccache-cache)
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
env:
SCCACHE_GHA_ENABLED: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
deactivate
- name: Setup Github cache for compiler cache (Mozilla sccache-cache)
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
env:
SCCACHE_GHA_ENABLED: "true"

Expand Down

0 comments on commit aa2f371

Please sign in to comment.