From 65d1130a4db88b2ac951eb7ea1d83ec72ca91ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:02:34 +0000 Subject: [PATCH] Bump actions-ext/rust/setup Bumps [actions-ext/rust/setup](https://github.com/actions-ext/rust) from c9cdbe5cc8a2485bf2eb22644302559c741ca763 to 2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b. - [Commits](https://github.com/actions-ext/rust/compare/c9cdbe5cc8a2485bf2eb22644302559c741ca763...2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b) --- updated-dependencies: - dependency-name: actions-ext/rust/setup dependency-version: 2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d488812..134d779 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.python-version }} - - uses: actions-ext/rust/setup@c9cdbe5cc8a2485bf2eb22644302559c741ca763 + - uses: actions-ext/rust/setup@2db8e3e4c56beb7320c7d730bd2c2d6a6447bf6b - name: Install dependencies run: make develop