From c5f251b7bfae731aadca38faf0f5cf9bb73de200 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 10 Apr 2023 21:58:47 -0700 Subject: [PATCH] Remove dependency on actions-rs organization GitHub Actions These actions are unmaintained and use deprecated GitHub Actions technologies. See: https://github.com/artichoke/project-infrastructure/issues/265 --- .github/workflows/miri.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/miri.yaml b/.github/workflows/miri.yaml index 6d5112530..f4f66f83b 100644 --- a/.github/workflows/miri.yaml +++ b/.github/workflows/miri.yaml @@ -21,10 +21,9 @@ jobs: uses: actions/checkout@v3 - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 + uses: artichoke/setup-rust/miri@v1 with: - profile: minimal - components: miri, rust-src + toolchain: nightly - name: Miri setup run: cargo miri setup