From b3670653af216b484a1b2ba01223f2ad58eb5a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:31:32 +0000 Subject: [PATCH] chore(deps): update dtolnay/rust-toolchain digest to 6bed076 --- .github/actions/build-desktop-artifact/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-desktop-artifact/action.yml b/.github/actions/build-desktop-artifact/action.yml index cbb9aa6ab..579914999 100644 --- a/.github/actions/build-desktop-artifact/action.yml +++ b/.github/actions/build-desktop-artifact/action.yml @@ -32,7 +32,7 @@ runs: node-version: "24" package-manager-cache: ${{ inputs.namespace-cache != 'true' }} - - uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable + - uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable - name: Configure Namespace build caches if: inputs.namespace-cache == 'true'