mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9828] chore(deps): update actions/setup-dotnet action to v3.2.0 #12242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9828
State: closed
Merged: Yes
This PR contains the following updates:
v3.1.0->v3.2.0Release Notes
actions/setup-dotnet
v3.2.0Compare Source
What's Changed
In scope of this minor release, the ability to cache the NuGet
global-packagesfolder was added in https://github.com/actions/setup-dotnet/pull/303 by @nogic1008For caching, the action uses the @toolkit/cache library under the hood, which in turn allows getting rid of configuring the @actions/cache action separately.
Such input parameters as
cacheandcache-dependency-pathwere added. Thecacheinput is optional, and caching is turned off by default,cache-dependency-pathis used to specify the path to a dependency file -packages.lock.json.Example of use-case:
More details can be found in the action's documentation.
Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v3.2.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.
This PR has been generated by Mend Renovate. View repository job log here.