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