diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe7f33ab..acceb916 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -84,7 +84,7 @@ jobs: toolchain: ${{ inputs.toolchain }} - name: Build | rust-cache - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Build | build library (default features) run: cargo build --target=${{ inputs.target }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41a21426..9ec002c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: components: clippy, rustfmt - name: Lint | rust-cache - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Lint | check formatting run: cargo fmt -- --check