From 25a48a3f297c0a51a3f5ec6047318f771bb8db0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:34:50 +0800 Subject: [PATCH] ci(deps): bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 (#642) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/05-windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/05-windows-build.yml b/.github/workflows/05-windows-build.yml index 7b8d39c..ac59c2f 100644 --- a/.github/workflows/05-windows-build.yml +++ b/.github/workflows/05-windows-build.yml @@ -42,7 +42,7 @@ jobs: shell: powershell - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Set up Python uses: actions/setup-python@v7