From a2095b7daaa05ac85d996982375897745c5df0ed Mon Sep 17 00:00:00 2001 From: Marvin Date: Tue, 5 May 2026 21:19:46 +0000 Subject: [PATCH] fix: use dtolnay/rust-toolchain@master instead of dtolnay/rust-action@stable --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ac07003..7661018 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -14,8 +14,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install Rust - uses: dtolnay/rust-action@stable + - name: Install Rust + uses: dtolnay/rust-toolchain@master - name: Install Podman run: |