From 354c45dca78e53624506f5de00d4201e38d275e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:01:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 34e1148 --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f603280..8a9f5aa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,7 @@ jobs: - name: Ensure musl installed run: rustup target add ${{ matrix.arch }}-apple-darwin - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 - name: Run unit tests @@ -41,7 +41,7 @@ jobs: && apt-get install -y musl-dev:arm64 musl-dev musl-tools musl llvm clang qemu-user \ && rustup target add ${{ matrix.arch }}-unknown-linux-musl - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 - name: Run unit tests @@ -57,7 +57,7 @@ jobs: - name: Ensure toolchain installed run: rustup target add ${{ matrix.arch }}-apple-darwin - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Build final release binary run: cargo build --release --target ${{ matrix.arch }}-apple-darwin --verbose @@ -86,7 +86,7 @@ jobs: && rustup target add ${{ matrix.arch }}-unknown-linux-musl - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Build final release binary run: cargo build --release --target ${{ matrix.arch }}-unknown-linux-musl --verbose