jellyfin-web
jellyfin-web copied to clipboard
Update CI dependencies
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/cache | action | patch | v3.0.4 -> v3.0.7 |
actions/setup-node | action | minor | v3.3.0 -> v3.4.1 |
actions/stale | action | minor | v5.0.0 -> v5.1.1 |
Release Notes
actions/cache
v3.0.7
What's Changed
- Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.
v3.0.6
What's Changed
- Add example for clojure lein project dependencies by @shivamarora1 in PR https://github.com/actions/cache/pull/835
- Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @pdotl in PR https://github.com/actions/cache/pull/887
- Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
- Fix issue #833 where cache save was not working for caching github workspace directory
New Contributors
- @shivamarora1 made their first contribution in https://github.com/actions/cache/pull/835
- @pdotl made their first contribution in https://github.com/actions/cache/pull/887
Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.6
v3.0.5
Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.
actions/setup-node
v3.4.1
In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path
https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.
v3.4.0
In scope of this release we updated actions/cache
package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and added npm-shrinkwrap.json
to dependency file patterns: https://github.com/actions/setup-node/pull/439
actions/stale
v5.1.1
fixes a bug introduced in #717
fixed in #775
v5.1.0
[5.1.0]
Don't process stale issues right after they're marked stale Add close-issue-reason option #764#772 Various dependabot/dependency updates
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.