From 07a4e10d1a6b18ef6e6eb679e68c5e0568940be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:42:40 +0000 Subject: [PATCH] chore(deps): bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/db-benchmarking.yaml | 6 +++--- .github/workflows/db-compatibility.yaml | 4 ++-- .github/workflows/os-compatibility.yaml | 2 +- .github/workflows/testing.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bc3df294b..9c7daba76 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -36,7 +36,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache diff --git a/.github/workflows/db-benchmarking.yaml b/.github/workflows/db-benchmarking.yaml index 4bdc6dfb2..3134e7e75 100644 --- a/.github/workflows/db-benchmarking.yaml +++ b/.github/workflows/db-benchmarking.yaml @@ -40,7 +40,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache @@ -70,7 +70,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache @@ -100,7 +100,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache diff --git a/.github/workflows/db-compatibility.yaml b/.github/workflows/db-compatibility.yaml index be73ca9e2..9f295e81d 100644 --- a/.github/workflows/db-compatibility.yaml +++ b/.github/workflows/db-compatibility.yaml @@ -44,7 +44,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache @@ -81,7 +81,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache diff --git a/.github/workflows/os-compatibility.yaml b/.github/workflows/os-compatibility.yaml index 83076a716..2b9c4c6ff 100644 --- a/.github/workflows/os-compatibility.yaml +++ b/.github/workflows/os-compatibility.yaml @@ -40,7 +40,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 666700f79..3ef9b5fb5 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -57,7 +57,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache @@ -150,7 +150,7 @@ jobs: - id: sccache name: Install sccache (GHA backend) - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - id: enable-sccache name: Enable sccache