From 4b6edd018eee2b5cdba5fbc80da3891a65036f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 04:39:10 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.5.0 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swatinem/rust-cache](https://togithub.com/Swatinem/rust-cache) | action | minor | `v2.4.0` -> `v2.5.0` | --- ### Release Notes
Swatinem/rust-cache ### [`v2.5.0`](https://togithub.com/Swatinem/rust-cache/releases/tag/v2.5.0) [Compare Source](https://togithub.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0) #### What's Changed - feat: Rm workspace crates version before caching by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/Swatinem/rust-cache/pull/147](https://togithub.com/Swatinem/rust-cache/pull/147) - feat: Add hash of `.cargo/config.toml` to key by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/Swatinem/rust-cache/pull/149](https://togithub.com/Swatinem/rust-cache/pull/149) #### New Contributors - [@​NobodyXu](https://togithub.com/NobodyXu) made their first contribution in [https://github.com/Swatinem/rust-cache/pull/147](https://togithub.com/Swatinem/rust-cache/pull/147) **Full Changelog**: https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/zharinov/verver). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ada6e00..0b87e84 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: run: rustup update stable - name: Using cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.5.0 with: cache-all-crates: "true" cache-on-failure: "true" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f5b199..daef167 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: cargo clippy --version - name: Using cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.5.0 with: cache-all-crates: "true" cache-on-failure: "true"