From 76e2078acd9127b30b05dc1d00438b7186b90126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 27 Oct 2024 10:56:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7db4021..651e17d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,22 +20,19 @@ jobs: steps: - name: Get current tag id: tag - uses: devops-actions/action-get-tag@v1.0.1 + uses: devops-actions/action-get-tag@v1.0.3 with: strip_v: true - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true + uses: dtolnay/rust-toolchain@stable - name: Verify versions run: rustc --version && rustup --version && cargo --version - - name: Cache build context + - name: Cache build artifacts id: cache-cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry