tsparticles / vue3

Vue.js tsParticles official component
MIT License
118 stars 7 forks source link

chore(deps): update actions/cache action to v3.3.2 #41

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v3.2.2 -> v3.3.2

Release Notes

actions/cache (actions/cache) ### [`v3.3.2`](https://togithub.com/actions/cache/releases/tag/v3.3.2) [Compare Source](https://togithub.com/actions/cache/compare/v3.3.1...v3.3.2) ##### What's Changed - Fixed readme with new segment timeout values by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1133](https://togithub.com/actions/cache/pull/1133) - Readme fixes by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1134](https://togithub.com/actions/cache/pull/1134) - Updated description of the lookup-only input for main action by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1130](https://togithub.com/actions/cache/pull/1130) - Change two new actions mention as quoted text by [@​bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/1131](https://togithub.com/actions/cache/pull/1131) - Update Cross-OS Caching tips by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/1122](https://togithub.com/actions/cache/pull/1122) - Bazel example (Take [#​2](https://togithub.com/actions/cache/issues/2)️⃣) by [@​vorburger](https://togithub.com/vorburger) in [https://github.com/actions/cache/pull/1132](https://togithub.com/actions/cache/pull/1132) - Remove actions to add new PRs and issues to a project board by [@​jorendorff](https://togithub.com/jorendorff) in [https://github.com/actions/cache/pull/1187](https://togithub.com/actions/cache/pull/1187) - Consume latest toolkit and fix dangling promise bug by [@​chkimes](https://togithub.com/chkimes) in [https://github.com/actions/cache/pull/1217](https://togithub.com/actions/cache/pull/1217) - Bump action version to 3.3.2 by [@​bethanyj28](https://togithub.com/bethanyj28) in [https://github.com/actions/cache/pull/1236](https://togithub.com/actions/cache/pull/1236) ##### New Contributors - [@​vorburger](https://togithub.com/vorburger) made their first contribution in [https://github.com/actions/cache/pull/1132](https://togithub.com/actions/cache/pull/1132) - [@​jorendorff](https://togithub.com/jorendorff) made their first contribution in [https://github.com/actions/cache/pull/1187](https://togithub.com/actions/cache/pull/1187) - [@​chkimes](https://togithub.com/chkimes) made their first contribution in [https://github.com/actions/cache/pull/1217](https://togithub.com/actions/cache/pull/1217) - [@​bethanyj28](https://togithub.com/bethanyj28) made their first contribution in [https://github.com/actions/cache/pull/1236](https://togithub.com/actions/cache/pull/1236) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.2 ### [`v3.3.1`](https://togithub.com/actions/cache/releases/tag/v3.3.1) [Compare Source](https://togithub.com/actions/cache/compare/v3.3.0...v3.3.1) ##### What's Changed - Reduced download segment size to 128 MB and timeout to 10 minutes by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1129](https://togithub.com/actions/cache/pull/1129) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.1 ### [`v3.3.0`](https://togithub.com/actions/cache/releases/tag/v3.3.0) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.6...v3.3.0) ##### What's Changed - Bug: Permission is missing in cache delete example by [@​kotokaze](https://togithub.com/kotokaze) in [https://github.com/actions/cache/pull/1123](https://togithub.com/actions/cache/pull/1123) - Add `lookup-only` option by [@​cdce8p](https://togithub.com/cdce8p) in [https://github.com/actions/cache/pull/1041](https://togithub.com/actions/cache/pull/1041) ##### New Contributors - [@​kotokaze](https://togithub.com/kotokaze) made their first contribution in [https://github.com/actions/cache/pull/1123](https://togithub.com/actions/cache/pull/1123) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.0 ### [`v3.2.6`](https://togithub.com/actions/cache/releases/tag/v3.2.6) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.5...v3.2.6) ##### What's Changed - Updated branch in Force deletion of caches by [@​t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/1108](https://togithub.com/actions/cache/pull/1108) - Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/1118](https://togithub.com/actions/cache/pull/1118) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.6 ### [`v3.2.5`](https://togithub.com/actions/cache/releases/tag/v3.2.5) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.4...v3.2.5) ##### What's Changed - Rewrite readmes by [@​jsoref](https://togithub.com/jsoref) in [https://github.com/actions/cache/pull/1085](https://togithub.com/actions/cache/pull/1085) - Fixed typos and formatting in docs by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1076](https://togithub.com/actions/cache/pull/1076) - Fixing paths for OSes by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1101](https://togithub.com/actions/cache/pull/1101) - Release patch version update by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1105](https://togithub.com/actions/cache/pull/1105) ##### New Contributors - [@​jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/actions/cache/pull/1085](https://togithub.com/actions/cache/pull/1085) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.5 ### [`v3.2.4`](https://togithub.com/actions/cache/releases/tag/v3.2.4) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.3...v3.2.4) #### What's Changed - Update json5 package version by [@​vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/1065](https://togithub.com/actions/cache/pull/1065) - Cache recipes for cache, restore and save actions by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1055](https://togithub.com/actions/cache/pull/1055) - Add gnu tar and zstd as pre-requisites for windows self-hosted runners by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/1068](https://togithub.com/actions/cache/pull/1068) - Fix a whitespace typo by [@​kurtmckee](https://togithub.com/kurtmckee) in [https://github.com/actions/cache/pull/1074](https://togithub.com/actions/cache/pull/1074) - :memo: [#​1045](https://togithub.com/actions/cache/issues/1045) update using the `set-output` command is deprecated by [@​siguikesse](https://togithub.com/siguikesse) in [https://github.com/actions/cache/pull/1046](https://togithub.com/actions/cache/pull/1046) - Fix referenced output key in save action readme by [@​ruudk](https://togithub.com/ruudk) in [https://github.com/actions/cache/pull/1061](https://togithub.com/actions/cache/pull/1061) - Update workflows to use reusable-workflows by [@​jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1066](https://togithub.com/actions/cache/pull/1066) - Introduce add-to-project step & rename workflow files by [@​pallavx](https://togithub.com/pallavx) in [https://github.com/actions/cache/pull/1077](https://togithub.com/actions/cache/pull/1077) - chore: Fix syntax error typo by [@​vHeemstra](https://togithub.com/vHeemstra) in [https://github.com/actions/cache/pull/1081](https://togithub.com/actions/cache/pull/1081) - Update caching-strategies.md by [@​kpfleming](https://togithub.com/kpfleming) in [https://github.com/actions/cache/pull/1084](https://togithub.com/actions/cache/pull/1084) - Added another usage hint to foresee [#​1072](https://togithub.com/actions/cache/issues/1072) by [@​maybeec](https://togithub.com/maybeec) in [https://github.com/actions/cache/pull/1089](https://togithub.com/actions/cache/pull/1089) - Add `fail-on-cache-miss` option by [@​cdce8p](https://togithub.com/cdce8p) in [https://github.com/actions/cache/pull/1036](https://togithub.com/actions/cache/pull/1036) #### New Contributors - [@​kurtmckee](https://togithub.com/kurtmckee) made their first contribution in [https://github.com/actions/cache/pull/1074](https://togithub.com/actions/cache/pull/1074) - [@​siguikesse](https://togithub.com/siguikesse) made their first contribution in [https://github.com/actions/cache/pull/1046](https://togithub.com/actions/cache/pull/1046) - [@​ruudk](https://togithub.com/ruudk) made their first contribution in [https://github.com/actions/cache/pull/1061](https://togithub.com/actions/cache/pull/1061) - [@​pallavx](https://togithub.com/pallavx) made their first contribution in [https://github.com/actions/cache/pull/1077](https://togithub.com/actions/cache/pull/1077) - [@​vHeemstra](https://togithub.com/vHeemstra) made their first contribution in [https://github.com/actions/cache/pull/1081](https://togithub.com/actions/cache/pull/1081) - [@​kpfleming](https://togithub.com/kpfleming) made their first contribution in [https://github.com/actions/cache/pull/1084](https://togithub.com/actions/cache/pull/1084) - [@​maybeec](https://togithub.com/maybeec) made their first contribution in [https://github.com/actions/cache/pull/1089](https://togithub.com/actions/cache/pull/1089) - [@​cdce8p](https://togithub.com/cdce8p) made their first contribution in [https://github.com/actions/cache/pull/1036](https://togithub.com/actions/cache/pull/1036) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.4 ### [`v3.2.3`](https://togithub.com/actions/cache/releases/tag/v3.2.3) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.2...v3.2.3) #### What's Changed - Add Mint example by [@​uhooi](https://togithub.com/uhooi) in [https://github.com/actions/cache/pull/1051](https://togithub.com/actions/cache/pull/1051) - Fixed broken link by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1057](https://togithub.com/actions/cache/pull/1057) - Add support to opt-in enable cross-os caching on windows by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1056](https://togithub.com/actions/cache/pull/1056) - Release support for cross-os caching as opt-in feature by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1060](https://togithub.com/actions/cache/pull/1060) #### New Contributors - [@​uhooi](https://togithub.com/uhooi) made their first contribution in [https://github.com/actions/cache/pull/1051](https://togithub.com/actions/cache/pull/1051) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.3

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.

sweep-ai[bot] commented 10 months ago

Apply Sweep Rules to your PR?