From 07d2551c63715a8c8d1c4a76f4eb11f91c8092bb Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Mon, 15 Aug 2022 15:24:15 +0200 Subject: [PATCH] Update rust-cache to version 2 --- .github/workflows/main.yml | 6 +++--- .github/workflows/release_on_v_tag.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 309a8f5..772d9d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Rust Cache - uses: Swatinem/rust-cache@v1.3.0 + uses: Swatinem/rust-cache@v2 - name: dependencies run: | sudo apt-get update @@ -34,7 +34,7 @@ jobs: toolchain: stable - name: Rust Cache id: rust_cache - uses: Swatinem/rust-cache@v1.3.0 + uses: Swatinem/rust-cache@v2 - name: Test run: cargo test test_Macos: @@ -47,7 +47,7 @@ jobs: toolchain: stable - name: Rust Cache id: rust_cache - uses: Swatinem/rust-cache@v1.3.0 + uses: Swatinem/rust-cache@v2 - name: Test run: cargo test diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index 859a714..887b0da 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -60,7 +60,7 @@ jobs: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev - name: Rust Cache id: rust_cache - uses: Swatinem/rust-cache@v1.3.0 + uses: Swatinem/rust-cache@v2 - name: Build Release Version if: ${{ matrix.target != 'aarch64-apple-darwin' }} run: cargo build --release