From 4d6c62af303c33c9602f66e2551f8d1695bffcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:41:28 +0000 Subject: [PATCH] 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](https://github.com/mozilla-actions/sccache-action/compare/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] --- .github/workflows/getdeps_linux.yml | 2 +- .github/workflows/getdeps_mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index 7a295e2e9e..9164696754 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -28,7 +28,7 @@ jobs: free -h - uses: actions/checkout@v6 - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.14.0" - name: Update system package info diff --git a/.github/workflows/getdeps_mac.yml b/.github/workflows/getdeps_mac.yml index 6b1a1686d7..4c6959881f 100644 --- a/.github/workflows/getdeps_mac.yml +++ b/.github/workflows/getdeps_mac.yml @@ -29,7 +29,7 @@ jobs: sysctl -n hw.memsize | awk '{print "Memory: " $1/1073741824 " GB"}' - uses: actions/checkout@v6 - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.14.0" - name: Install system deps