Skip to content

Commit 06085d5

Browse files
build(deps): bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c091cc commit 06085d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
submodules: "true"
30-
- uses: mozilla-actions/sccache-action@v0.0.9
30+
- uses: mozilla-actions/sccache-action@v0.0.10
3131
- uses: jdx/mise-action@v4
3232
with:
3333
# version 2025.5.11, a symlink is created for rust setup

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- uses: mozilla-actions/sccache-action@v0.0.9
30+
- uses: mozilla-actions/sccache-action@v0.0.10
3131
- uses: dtolnay/rust-toolchain@stable
3232
- uses: release-plz/action@v0.5
3333
with:
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
56-
- uses: mozilla-actions/sccache-action@v0.0.9
56+
- uses: mozilla-actions/sccache-action@v0.0.10
5757
- uses: dtolnay/rust-toolchain@stable
5858
- uses: release-plz/action@v0.5
5959
with:

0 commit comments

Comments
 (0)