diff --git a/.github/workflows/rust-windows.yml b/.github/workflows/rust-windows.yml index 0b600e4..ec80cb8 100644 --- a/.github/workflows/rust-windows.yml +++ b/.github/workflows/rust-windows.yml @@ -70,19 +70,19 @@ jobs: shell: bash - name: Cache cargo registry - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/registry key: cargo-registry-${{ env['cache_hash'] }} - name: Cache cargo index - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/git key: cargo-git-${{ env['cache_hash'] }} - name: Cache cargo build - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: target key: cargo-target-${{ env['cache_hash'] }} @@ -156,19 +156,19 @@ jobs: shell: bash - name: Cache cargo registry - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/registry key: cargo-registry-${{ env['cache_hash'] }} - name: Cache cargo index - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/git key: cargo-git-${{ env['cache_hash'] }} - name: Cache cargo build - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: target key: cargo-target-${{ env['cache_hash'] }} @@ -253,19 +253,19 @@ jobs: shell: bash - name: Cache cargo registry - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/registry key: cargo-registry-${{ env['cache_hash'] }} - name: Cache cargo index - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: $HOME/.cargo/git key: cargo-git-${{ env['cache_hash'] }} - name: Cache cargo build - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: target key: cargo-target-${{ env['cache_hash'] }} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 25faede..cc267a2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -57,7 +57,7 @@ jobs: - uses: Swatinem/rust-cache@v1.3.0 - name: Cache sccache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: "$HOME/sccache" key: sccache-${{ env['cache_hash'] }} @@ -127,7 +127,7 @@ jobs: - uses: Swatinem/rust-cache@v1.3.0 - name: Cache sccache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: "$HOME/sccache" key: sccache-${{ env['cache_hash'] }} @@ -208,7 +208,7 @@ jobs: - uses: Swatinem/rust-cache@v1.3.0 - name: Cache sccache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: "$HOME/sccache" key: sccache-${{ env['cache_hash'] }}