From 3c4b0c275584f76acf5c0e12b3a4557dddf4c9a6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 19 Jul 2023 23:49:31 +0100 Subject: [PATCH] ci: rename post-merge workflow --- .github/workflows/{ci-master.yml => ci-post-merge.yml} | 9 +++------ .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename .github/workflows/{ci-master.yml => ci-post-merge.yml} (94%) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-post-merge.yml similarity index 94% rename from .github/workflows/ci-master.yml rename to .github/workflows/ci-post-merge.yml index 1fae5c39..c107bb53 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-post-merge.yml @@ -51,7 +51,7 @@ jobs: with: toolchain: ${{ matrix.version }} - - uses: taiki-e/cache-cargo-install-action@v1 + - uses: taiki-e/install-action@v2 with: { tool: cargo-hack } - name: check lib @@ -121,11 +121,8 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: { toolchain: nightly } - - uses: taiki-e/cache-cargo-install-action@v1 - with: { tool: cargo-minimal-versions } - - - uses: taiki-e/cache-cargo-install-action@v1 - with: { tool: cargo-hack } + - uses: taiki-e/install-action@v1 + with: { tool: cargo-hack, cargo-minimal-versions } - name: Check With Minimal Versions run: cargo minimal-versions check diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce5250c5..866ed107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: ${{ matrix.version }} - - uses: taiki-e/cache-cargo-install-action@v1 + - uses: taiki-e/install-action@v1 with: { tool: cargo-hack } - name: Generate Cargo.lock