From 08edb8bff6ec183a925cc33a38e90735d7c1baf2 Mon Sep 17 00:00:00 2001 From: Marvin Date: Tue, 5 May 2026 21:23:02 +0000 Subject: [PATCH] fix: use dtolnay/rust-toolchain@stable instead of dtolnay/rust-action@stable --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ac07003..8eb0ebe 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable - name: Install Podman run: |