actions/cache (actions/cache)
### [`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
### [`v3.2.2`](https://togithub.com/actions/cache/releases/tag/v3.2.2)
[Compare Source](https://togithub.com/actions/cache/compare/v3.2.1...v3.2.2)
##### What's Changed
- Fix formatting error in restore/README.md by [@me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044)
- save/README.md: Fix typo in example by [@mmuetzel](https://togithub.com/mmuetzel) in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040)
- README.md: remove outdated Windows cache tip link by [@me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1042](https://togithub.com/actions/cache/pull/1042)
- Revert compression changes related to windows but keep version logging by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1049](https://togithub.com/actions/cache/pull/1049)
##### New Contributors
- [@me-and](https://togithub.com/me-and) made their first contribution in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044)
- [@mmuetzel](https://togithub.com/mmuetzel) made their first contribution in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040)
**Full Changelog**: https://github.com/actions/cache/compare/v3.2.1...v3.2.2
### [`v3.2.1`](https://togithub.com/actions/cache/releases/tag/v3.2.1)
[Compare Source](https://togithub.com/actions/cache/compare/v3.2.0...v3.2.1)
#### What's Changed
- Release compression related changes for windows by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1039](https://togithub.com/actions/cache/pull/1039)
- Upgrade codeql to v2 by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1023](https://togithub.com/actions/cache/pull/1023)
**Full Changelog**: https://github.com/actions/cache/compare/v3.2.0...v3.2.1
### [`v3.2.0`](https://togithub.com/actions/cache/releases/tag/v3.2.0)
[Compare Source](https://togithub.com/actions/cache/compare/v3.0.11...v3.2.0)
##### What's Changed
- fix wrong timeout env var key in README.md by [@walterddr](https://togithub.com/walterddr) in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959)
- Updated release doc with correct env variable by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/960](https://togithub.com/actions/cache/pull/960)
- Create pull_request_template.md by [@pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/963](https://togithub.com/actions/cache/pull/963)
- Update README with clearer info about cache-hit and its value by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/961](https://togithub.com/actions/cache/pull/961)
- Change datadog/squid to Ubuntu/squid in CI check by [@bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/976](https://togithub.com/actions/cache/pull/976)
- Add more details to version section in readme by [@bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/971](https://togithub.com/actions/cache/pull/971)
- Update hashFiles documentation reference by [@asaf400](https://togithub.com/asaf400) in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979)
- Updated link for cache segment download info by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/986](https://togithub.com/actions/cache/pull/986)
- Readme update for deleting caches by [@t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/981](https://togithub.com/actions/cache/pull/981)
- Add oncall logic to assign issues and PRs by [@vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/997](https://togithub.com/actions/cache/pull/997)
- Bump minimatch from 3.0.4 to 3.1.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/cache/pull/998](https://togithub.com/actions/cache/pull/998)
- Revert "Bump minimatch from 3.0.4 to 3.1.2" by [@vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/1005](https://togithub.com/actions/cache/pull/1005)
- Fix npm vulnerability by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1007](https://togithub.com/actions/cache/pull/1007)
- refactor: Use early return pattern to avoid nested conditions by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013)
- Use cache in check-dist.yml by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1004](https://togithub.com/actions/cache/pull/1004)
- chore: Use built-in cache action to cache dependencies by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1014](https://togithub.com/actions/cache/pull/1014)
- Updated node example by [@t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/1008](https://togithub.com/actions/cache/pull/1008)
- Fix: Node npm doc example by [@apascualm](https://togithub.com/apascualm) in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026)
- docs: fix an invalid link in workarounds.md by [@teatimeguest](https://togithub.com/teatimeguest) in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929)
- General Availability release for granular cache by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1035](https://togithub.com/actions/cache/pull/1035) More details here on [beta](https://togithub.com/actions/cache/discussions/1020) release.
##### New Contributors
- [@walterddr](https://togithub.com/walterddr) made their first contribution in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959)
- [@asaf400](https://togithub.com/asaf400) made their first contribution in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979)
- [@jongwooo](https://togithub.com/jongwooo) made their first contribution in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013)
- [@apascualm](https://togithub.com/apascualm) made their first contribution in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026)
- [@teatimeguest](https://togithub.com/teatimeguest) made their first contribution in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929)
**Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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. View repository job log here.
This PR contains the following updates:
v3.0.11
->v3.3.1
Release Notes
actions/cache (actions/cache)
### [`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 ### [`v3.2.2`](https://togithub.com/actions/cache/releases/tag/v3.2.2) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.1...v3.2.2) ##### What's Changed - Fix formatting error in restore/README.md by [@me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044) - save/README.md: Fix typo in example by [@mmuetzel](https://togithub.com/mmuetzel) in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040) - README.md: remove outdated Windows cache tip link by [@me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1042](https://togithub.com/actions/cache/pull/1042) - Revert compression changes related to windows but keep version logging by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1049](https://togithub.com/actions/cache/pull/1049) ##### New Contributors - [@me-and](https://togithub.com/me-and) made their first contribution in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044) - [@mmuetzel](https://togithub.com/mmuetzel) made their first contribution in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040) **Full Changelog**: https://github.com/actions/cache/compare/v3.2.1...v3.2.2 ### [`v3.2.1`](https://togithub.com/actions/cache/releases/tag/v3.2.1) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.0...v3.2.1) #### What's Changed - Release compression related changes for windows by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1039](https://togithub.com/actions/cache/pull/1039) - Upgrade codeql to v2 by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1023](https://togithub.com/actions/cache/pull/1023) **Full Changelog**: https://github.com/actions/cache/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://togithub.com/actions/cache/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.11...v3.2.0) ##### What's Changed - fix wrong timeout env var key in README.md by [@walterddr](https://togithub.com/walterddr) in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959) - Updated release doc with correct env variable by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/960](https://togithub.com/actions/cache/pull/960) - Create pull_request_template.md by [@pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/963](https://togithub.com/actions/cache/pull/963) - Update README with clearer info about cache-hit and its value by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/961](https://togithub.com/actions/cache/pull/961) - Change datadog/squid to Ubuntu/squid in CI check by [@bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/976](https://togithub.com/actions/cache/pull/976) - Add more details to version section in readme by [@bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/971](https://togithub.com/actions/cache/pull/971) - Update hashFiles documentation reference by [@asaf400](https://togithub.com/asaf400) in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979) - Updated link for cache segment download info by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/986](https://togithub.com/actions/cache/pull/986) - Readme update for deleting caches by [@t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/981](https://togithub.com/actions/cache/pull/981) - Add oncall logic to assign issues and PRs by [@vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/997](https://togithub.com/actions/cache/pull/997) - Bump minimatch from 3.0.4 to 3.1.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/cache/pull/998](https://togithub.com/actions/cache/pull/998) - Revert "Bump minimatch from 3.0.4 to 3.1.2" by [@vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/1005](https://togithub.com/actions/cache/pull/1005) - Fix npm vulnerability by [@Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1007](https://togithub.com/actions/cache/pull/1007) - refactor: Use early return pattern to avoid nested conditions by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013) - Use cache in check-dist.yml by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1004](https://togithub.com/actions/cache/pull/1004) - chore: Use built-in cache action to cache dependencies by [@jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1014](https://togithub.com/actions/cache/pull/1014) - Updated node example by [@t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/1008](https://togithub.com/actions/cache/pull/1008) - Fix: Node npm doc example by [@apascualm](https://togithub.com/apascualm) in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026) - docs: fix an invalid link in workarounds.md by [@teatimeguest](https://togithub.com/teatimeguest) in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929) - General Availability release for granular cache by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1035](https://togithub.com/actions/cache/pull/1035) More details here on [beta](https://togithub.com/actions/cache/discussions/1020) release. ##### New Contributors - [@walterddr](https://togithub.com/walterddr) made their first contribution in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959) - [@asaf400](https://togithub.com/asaf400) made their first contribution in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979) - [@jongwooo](https://togithub.com/jongwooo) made their first contribution in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013) - [@apascualm](https://togithub.com/apascualm) made their first contribution in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026) - [@teatimeguest](https://togithub.com/teatimeguest) made their first contribution in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.0Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.