From 918185c3cf779ce2d890e9240b07260cdbf448e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:52:40 +0000 Subject: [PATCH] Update github actions --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f52a5bd..f42aaa0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -77,8 +77,8 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1 with: toolchain: nightly - - uses: taiki-e/install-action@cd404cd2a0154ab97f7474cfa8f67b196f1bd537 # cargo-hack - - uses: taiki-e/install-action@3060bca99edf773296685fdf35077ed57582202a # cargo-minimal-versions + - uses: taiki-e/install-action@2d76ddb5414c2b7ea4c908f2326bc413825c5c76 # cargo-hack + - uses: taiki-e/install-action@f5c1e814b19a16c1055db236cc79ce780529172e # cargo-minimal-versions - name: minimal-versions check run: cargo minimal-versions check --workspace --all-features --ignore-private -v - name: minimal-versions build @@ -95,5 +95,5 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1 with: toolchain: nightly - - uses: taiki-e/install-action@cd404cd2a0154ab97f7474cfa8f67b196f1bd537 # cargo-hack + - uses: taiki-e/install-action@2d76ddb5414c2b7ea4c908f2326bc413825c5c76 # cargo-hack - run: cargo hack check --rust-version --lib --ignore-private