From 596eade5995b4f6ed44ed002e098dac1957db25c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 28 Sep 2024 11:53:39 +0900 Subject: [PATCH] ci: Use taiki-e/github-actions/install-rust action https://github.com/taiki-e/github-actions/commit/3d23ff7968df58dccbe78a56af766ca42d34e05f --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd3488b9..b49705f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,8 +201,7 @@ jobs: pull-requests: write # for gh pr review --approve steps: - uses: taiki-e/checkout-action@v1 - - name: Install Rust - run: rustup update stable --no-self-update + - uses: taiki-e/github-actions/install-rust@stable - name: Generate Cargo.lock run: cargo update - uses: Swatinem/rust-cache@v2