From 9758295dc9f1c8caedf3df4689b6e08054f23541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 04:45:11 +0000 Subject: [PATCH] ci: Bump cargo-bins/cargo-binstall from 1.17.7 to 1.18.1 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.17.7 to 1.18.1. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/1800853f2578f8c34492ec76154caef8e163fbca...dc19f1e48450eefe5a29b8da6c6b00a87d730b37) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index add2787..3eaf71d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: - name: m5stickc chip: esp32 steps: - - uses: cargo-bins/cargo-binstall@1800853f2578f8c34492ec76154caef8e163fbca # main + - uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # main - name: Install espflash run: cargo binstall espflash --no-confirm @@ -208,7 +208,7 @@ jobs: - name: m5stickc-std chip: esp32 steps: - - uses: cargo-bins/cargo-binstall@1800853f2578f8c34492ec76154caef8e163fbca # main + - uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # main - name: Install espflash run: cargo binstall espflash --no-confirm