Skip to content

Commit

Permalink
Update Swatinem/rust-cache action to v2.7.5 (#33010)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [Swatinem/rust-cache](https://redirect.github.com/Swatinem/rust-cache) | action | patch | `v2.7.3` -> `v2.7.5` | `v2.7.7` (+1) |

---

### Release Notes

<details>
<summary>Swatinem/rust-cache (Swatinem/rust-cache)</summary>

### [`v2.7.5`](https://redirect.github.com/Swatinem/rust-cache/releases/tag/v2.7.5)

[Compare Source](https://redirect.github.com/Swatinem/rust-cache/compare/v2.7.3...v2.7.5)

#### What's Changed

-   Upgrade checkout action from version 3 to 4 by [@&#8203;carsten-wenderdel](https://redirect.github.com/carsten-wenderdel) in [https://github.com/Swatinem/rust-cache/pull/190](https://redirect.github.com/Swatinem/rust-cache/pull/190)
-   fix: usage of `deprecated` version of `node` by [@&#8203;hamirmahal](https://redirect.github.com/hamirmahal) in [https://github.com/Swatinem/rust-cache/pull/197](https://redirect.github.com/Swatinem/rust-cache/pull/197)
-   Only run macOsWorkaround() on macOS by [@&#8203;heksesang](https://redirect.github.com/heksesang) in [https://github.com/Swatinem/rust-cache/pull/206](https://redirect.github.com/Swatinem/rust-cache/pull/206)
-   Support Cargo.lock format cargo-lock v4 by [@&#8203;NobodyXu](https://redirect.github.com/NobodyXu) in [https://github.com/Swatinem/rust-cache/pull/211](https://redirect.github.com/Swatinem/rust-cache/pull/211)

#### New Contributors

-   [@&#8203;carsten-wenderdel](https://redirect.github.com/carsten-wenderdel) made their first contribution in [https://github.com/Swatinem/rust-cache/pull/190](https://redirect.github.com/Swatinem/rust-cache/pull/190)
-   [@&#8203;hamirmahal](https://redirect.github.com/hamirmahal) made their first contribution in [https://github.com/Swatinem/rust-cache/pull/197](https://redirect.github.com/Swatinem/rust-cache/pull/197)
-   [@&#8203;heksesang](https://redirect.github.com/heksesang) made their first contribution in [https://github.com/Swatinem/rust-cache/pull/206](https://redirect.github.com/Swatinem/rust-cache/pull/206)

**Full Changelog**: Swatinem/rust-cache@v2.7.3...v2.7.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate).

GitOrigin-RevId: 432a810e441e2a08d9f0ce0ad55123b9400a249b
  • Loading branch information
convex-renovate-runner[bot] authored and Convex, Inc. committed Jan 9, 2025
1 parent 72a1c2c commit ea75453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
# this step runs, the cache key used for storing the job outputs will not
# match the cache key used for restoring.
- name: Cached load of cargo registry
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
# Only cache the `.cargo` directory; not build artifacts.
cache-targets: "false"
Expand Down

0 comments on commit ea75453

Please sign in to comment.