From 536cdad158f79df99571c01bdd842480f8d321fd Mon Sep 17 00:00:00 2001 From: Art <4998038+Alorel@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:43:47 +0000 Subject: [PATCH] ci: Update `alorel-actions/cargo` --- .github/workflows/release-crate.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- .github/workflows/unit-test.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-crate.yml b/.github/workflows/release-crate.yml index 82dff36..cbf238e 100644 --- a/.github/workflows/release-crate.yml +++ b/.github/workflows/release-crate.yml @@ -20,7 +20,7 @@ jobs: name: Checkout - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 with: cache-prefix: release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd9aa72..ad3a8b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,17 +35,17 @@ jobs: uses: ./.github/actions/changelog - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 with: cache-prefix: release - name: cargo-bump - uses: alorel-actions/cargo/bump@v1 + uses: alorel-actions/cargo/bump@v2 with: release-type: ${{ steps.changelog.outputs.release-type }} - name: Git release - uses: alorel-actions/cargo/release-git@v1 + uses: alorel-actions/cargo/release-git@v2 with: version: ${{ steps.changelog.outputs.version }} changelog: ${{ steps.changelog.outputs.changelog }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee49872..63f356a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 id: toolchain with: toolchain: nightly-2024-10-18 @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v4 - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 id: toolchain with: cache-prefix: doctest @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v4 - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 id: toolchain with: components: rustfmt,clippy diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 354ddee..ba8b999 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Init toolchain - uses: alorel-actions/cargo/init@v1 + uses: alorel-actions/cargo/init@v2 with: toolchain: ${{ inputs.toolchain }} cache-prefix: test