This is an automated email from the ASF dual-hosted git repository.
fresh-borzoni pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 4818f46e chore: bump mozilla-actions/sccache-action from 0.0.9 to
0.0.10 (#590)
4818f46e is described below
commit 4818f46e7ddaeaa47d64ff2431eb0a68e41a965a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 21:08:19 2026 +0100
chore: bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 (#590)
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](https://github.com/mozilla-actions/sccache-action/compare/7d986dd989559c6ecdb630a3fd2557667be217ad...9e7fa8a12102821edf02ca5dbea1acd0f89a2696)
---
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build_and_test_cpp.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test_cpp.yml
b/.github/workflows/build_and_test_cpp.yml
index 9ede0c3e..3a052cb4 100644
--- a/.github/workflows/build_and_test_cpp.yml
+++ b/.github/workflows/build_and_test_cpp.yml
@@ -64,7 +64,7 @@ jobs:
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 #
v2.9.1
- name: Setup sccache
- uses:
mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
+ uses:
mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 #
v0.0.10
- name: Build fluss-test-cluster binary
run: cargo build -p fluss-test-cluster