From 1d8252599a3d43448156eb8e3511469ad81c380b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:10:44 +0100 Subject: [PATCH] Update Swatinem/rust-cache action to v2.8.2 (#16128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swatinem/rust-cache](https://redirect.github.com/Swatinem/rust-cache) | action | patch | `v2.8.0` -> `v2.8.2` | --- ### Release Notes
Swatinem/rust-cache (Swatinem/rust-cache) ### [`v2.8.2`](https://redirect.github.com/Swatinem/rust-cache/releases/tag/v2.8.2) [Compare Source](https://redirect.github.com/Swatinem/rust-cache/compare/v2.8.1...v2.8.2) ##### What's Changed - ci: address lint findings, add zizmor workflow by [@​woodruffw](https://redirect.github.com/woodruffw) in [#​262](https://redirect.github.com/Swatinem/rust-cache/pull/262) - feat: Implement ability to disable adding job ID + rust environment hashes to cache names by [@​Ryan-Brice](https://redirect.github.com/Ryan-Brice) in [#​279](https://redirect.github.com/Swatinem/rust-cache/pull/279) - Don't overwrite env for cargo-metadata call by [@​MaeIsBad](https://redirect.github.com/MaeIsBad) in [#​285](https://redirect.github.com/Swatinem/rust-cache/pull/285) ##### New Contributors - [@​woodruffw](https://redirect.github.com/woodruffw) made their first contribution in [#​262](https://redirect.github.com/Swatinem/rust-cache/pull/262) - [@​Ryan-Brice](https://redirect.github.com/Ryan-Brice) made their first contribution in [#​279](https://redirect.github.com/Swatinem/rust-cache/pull/279) - [@​MaeIsBad](https://redirect.github.com/MaeIsBad) made their first contribution in [#​285](https://redirect.github.com/Swatinem/rust-cache/pull/285) **Full Changelog**: ### [`v2.8.1`](https://redirect.github.com/Swatinem/rust-cache/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/Swatinem/rust-cache/compare/v2.8.0...v2.8.1) ##### What's Changed - Set empty `CARGO_ENCODED_RUSTFLAGS` in workspace metadata retrieval by [@​ark0f](https://redirect.github.com/ark0f) in [#​249](https://redirect.github.com/Swatinem/rust-cache/pull/249) - chore(deps): update dependencies by [@​reneleonhardt](https://redirect.github.com/reneleonhardt) in [#​251](https://redirect.github.com/Swatinem/rust-cache/pull/251) - chore: fix dependabot groups by [@​reneleonhardt](https://redirect.github.com/reneleonhardt) in [#​253](https://redirect.github.com/Swatinem/rust-cache/pull/253) - Bump the prd-patch group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​254](https://redirect.github.com/Swatinem/rust-cache/pull/254) - chore(dependabot): regenerate and commit dist/ by [@​reneleonhardt](https://redirect.github.com/reneleonhardt) in [#​257](https://redirect.github.com/Swatinem/rust-cache/pull/257) - Bump [@​types/node](https://redirect.github.com/types/node) from 22.16.3 to 24.2.1 in the dev-major group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​255](https://redirect.github.com/Swatinem/rust-cache/pull/255) - Bump typescript from 5.8.3 to 5.9.2 in the dev-minor group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​256](https://redirect.github.com/Swatinem/rust-cache/pull/256) - Bump actions/setup-node from 4 to 5 in the actions group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​259](https://redirect.github.com/Swatinem/rust-cache/pull/259) - Update README.md by [@​Propfend](https://redirect.github.com/Propfend) in [#​234](https://redirect.github.com/Swatinem/rust-cache/pull/234) - Bump [@​types/node](https://redirect.github.com/types/node) from 24.2.1 to 24.3.0 in the dev-minor group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​258](https://redirect.github.com/Swatinem/rust-cache/pull/258) ##### New Contributors - [@​ark0f](https://redirect.github.com/ark0f) made their first contribution in [#​249](https://redirect.github.com/Swatinem/rust-cache/pull/249) - [@​reneleonhardt](https://redirect.github.com/reneleonhardt) made their first contribution in [#​251](https://redirect.github.com/Swatinem/rust-cache/pull/251) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] made their first contribution in [#​254](https://redirect.github.com/Swatinem/rust-cache/pull/254) - [@​Propfend](https://redirect.github.com/Propfend) made their first contribution in [#​234](https://redirect.github.com/Swatinem/rust-cache/pull/234) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7d89ed8..7e8769e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: "Check uv_build dependencies" @@ -167,7 +167,7 @@ jobs: run: | Copy-Item -Path "${{ github.workspace }}" -Destination "$Env:UV_WORKSPACE" -Recurse - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }} @@ -188,7 +188,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: "cargo publish dry-run" @@ -204,7 +204,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: "Generate all" @@ -241,7 +241,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Install Rust toolchain" run: rustup show @@ -293,7 +293,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Install Rust toolchain" run: rustup show @@ -347,7 +347,7 @@ jobs: - name: "Install required Python versions" run: uv python install - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }} @@ -400,7 +400,7 @@ jobs: run: | Copy-Item -Path "${{ github.workspace }}" -Destination "$Env:UV_WORKSPACE" -Recurse - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }}/crates/uv-trampoline @@ -460,7 +460,7 @@ jobs: - name: Copy Git Repo to Dev Drive run: | Copy-Item -Path "${{ github.workspace }}" -Destination "$Env:UV_WORKSPACE" -Recurse - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }}/crates/uv-trampoline - name: "Install Rust toolchain" @@ -536,7 +536,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Build" run: cargo build @@ -563,7 +563,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Build" run: cargo build @@ -595,7 +595,7 @@ jobs: sudo apt-get install musl-tools rustup target add x86_64-unknown-linux-musl - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Build" run: cargo build --target x86_64-unknown-linux-musl --bin uv --bin uvx @@ -622,7 +622,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Build" run: cargo build --bin uv --bin uvx @@ -648,7 +648,7 @@ jobs: - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Build" run: cargo build --bin uv --bin uvx @@ -680,7 +680,7 @@ jobs: run: | Copy-Item -Path "${{ github.workspace }}" -Destination "$Env:UV_WORKSPACE" -Recurse - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }} @@ -717,7 +717,7 @@ jobs: run: | Copy-Item -Path "${{ github.workspace }}" -Destination "$Env:UV_WORKSPACE" -Recurse - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: workspaces: ${{ env.UV_WORKSPACE }} @@ -758,7 +758,7 @@ jobs: MSRV: ${{ steps.msrv.outputs.value }} - name: "Install mold" uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - run: cargo +${MSRV} build env: MSRV: ${{ steps.msrv.outputs.value }} @@ -775,7 +775,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Cross build" run: | # Install cross from `freebsd-firecracker` @@ -2906,7 +2906,7 @@ jobs: with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Install Rust toolchain" run: rustup show @@ -2946,7 +2946,7 @@ jobs: with: persist-credentials: false - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: "Install Rust toolchain" run: rustup show