From 10369e70287aa8ee14f4a1642738359cc6c86309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 16:32:45 +0000 Subject: [PATCH] Update actions-rs/toolchain digest to 88dc235 (#965) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_macos.yaml | 2 +- .github/workflows/build_windows.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index 8c5437b..6b17631 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -52,7 +52,7 @@ jobs: - name: Install Rust if: steps.cache.outputs.cache-hit != 'true' - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f + uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746 with: default: true toolchain: stable diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 3ed3328..e1a22dc 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -95,7 +95,7 @@ jobs: - name: Install Rust if: steps.cache.outputs.cache-hit != 'true' - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f + uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746 with: default: true toolchain: stable