actions/cache (actions/cache)
### [`v4.1.2`](https://redirect.github.com/actions/cache/releases/tag/v4.1.2)
[Compare Source](https://redirect.github.com/actions/cache/compare/v4.1.1...v4.1.2)
##### What's Changed
- Add Bun example by [@idleberg](https://redirect.github.com/idleberg) in [https://github.com/actions/cache/pull/1456](https://redirect.github.com/actions/cache/pull/1456)
- Revise `isGhes` logic by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/cache/pull/1474](https://redirect.github.com/actions/cache/pull/1474)
- Bump braces from 3.0.2 to 3.0.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1475](https://redirect.github.com/actions/cache/pull/1475)
- Add dependabot.yml to enable automatic dependency upgrades by [@Link-](https://redirect.github.com/Link-) in [https://github.com/actions/cache/pull/1476](https://redirect.github.com/actions/cache/pull/1476)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1478](https://redirect.github.com/actions/cache/pull/1478)
- Bump actions/stale from 3 to 9 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1479](https://redirect.github.com/actions/cache/pull/1479)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1483](https://redirect.github.com/actions/cache/pull/1483)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1481](https://redirect.github.com/actions/cache/pull/1481)
- Prepare `4.1.2` release by [@Link-](https://redirect.github.com/Link-) in [https://github.com/actions/cache/pull/1477](https://redirect.github.com/actions/cache/pull/1477)
##### New Contributors
- [@idleberg](https://redirect.github.com/idleberg) made their first contribution in [https://github.com/actions/cache/pull/1456](https://redirect.github.com/actions/cache/pull/1456)
- [@jww3](https://redirect.github.com/jww3) made their first contribution in [https://github.com/actions/cache/pull/1474](https://redirect.github.com/actions/cache/pull/1474)
- [@Link-](https://redirect.github.com/Link-) made their first contribution in [https://github.com/actions/cache/pull/1476](https://redirect.github.com/actions/cache/pull/1476)
**Full Changelog**: https://github.com/actions/cache/compare/v4...v4.1.2
### [`v4.1.1`](https://redirect.github.com/actions/cache/releases/tag/v4.1.1)
[Compare Source](https://redirect.github.com/actions/cache/compare/v4.1.0...v4.1.1)
##### What's Changed
- Restore original behavior of `cache-hit` output by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/cache/pull/1467](https://redirect.github.com/actions/cache/pull/1467)
**Full Changelog**: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
### [`v4.1.0`](https://redirect.github.com/actions/cache/releases/tag/v4.1.0)
[Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.2...v4.1.0)
##### What's Changed
- Fix cache-hit output when cache missed by [@fchimpan](https://redirect.github.com/fchimpan) in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404)
- Deprecate `save-always` input by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/cache/pull/1452](https://redirect.github.com/actions/cache/pull/1452)
##### New Contributors
- [@ottlinger](https://redirect.github.com/ottlinger) made their first contribution in [https://github.com/actions/cache/pull/1437](https://redirect.github.com/actions/cache/pull/1437)
- [@Olegt0rr](https://redirect.github.com/Olegt0rr) made their first contribution in [https://github.com/actions/cache/pull/1377](https://redirect.github.com/actions/cache/pull/1377)
- [@fchimpan](https://redirect.github.com/fchimpan) made their first contribution in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404)
- [@x612skm](https://redirect.github.com/x612skm) made their first contribution in [https://github.com/actions/cache/pull/1434](https://redirect.github.com/actions/cache/pull/1434)
- [@todgru](https://redirect.github.com/todgru) made their first contribution in [https://github.com/actions/cache/pull/1311](https://redirect.github.com/actions/cache/pull/1311)
- [@Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/cache/pull/1463](https://redirect.github.com/actions/cache/pull/1463)
- [@mackey0225](https://redirect.github.com/mackey0225) made their first contribution in [https://github.com/actions/cache/pull/1462](https://redirect.github.com/actions/cache/pull/1462)
- [@quatquatt](https://redirect.github.com/quatquatt) made their first contribution in [https://github.com/actions/cache/pull/1445](https://redirect.github.com/actions/cache/pull/1445)
**Full Changelog**: https://github.com/actions/cache/compare/v4.0.2...v4.1.0
### [`v4.0.2`](https://redirect.github.com/actions/cache/releases/tag/v4.0.2)
[Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.1...v4.0.2)
#### What's Changed
- Fix `fail-on-cache-miss` not working by [@cdce8p](https://redirect.github.com/cdce8p) in [https://github.com/actions/cache/pull/1327](https://redirect.github.com/actions/cache/pull/1327)
**Full Changelog**: https://github.com/actions/cache/compare/v4.0.1...v4.0.2
### [`v4.0.1`](https://redirect.github.com/actions/cache/releases/tag/v4.0.1)
[Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.0...v4.0.1)
#### What's Changed
- Update README.md by [@yacaovsnc](https://redirect.github.com/yacaovsnc) in [https://github.com/actions/cache/pull/1304](https://redirect.github.com/actions/cache/pull/1304)
- Update examples by [@yacaovsnc](https://redirect.github.com/yacaovsnc) in [https://github.com/actions/cache/pull/1305](https://redirect.github.com/actions/cache/pull/1305)
- Update actions/cache publish flow by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1340](https://redirect.github.com/actions/cache/pull/1340)
- Update [@actions/cache](https://redirect.github.com/actions/cache) by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1341](https://redirect.github.com/actions/cache/pull/1341)
#### New Contributors
- [@yacaovsnc](https://redirect.github.com/yacaovsnc) made their first contribution in [https://github.com/actions/cache/pull/1304](https://redirect.github.com/actions/cache/pull/1304)
**Full Changelog**: https://github.com/actions/cache/compare/v4...v4.0.1
### [`v4.0.0`](https://redirect.github.com/actions/cache/releases/tag/v4.0.0)
[Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.3...v4.0.0)
#### What's Changed
- Update action to node20 by [@takost](https://redirect.github.com/takost) in [https://github.com/actions/cache/pull/1284](https://redirect.github.com/actions/cache/pull/1284)
- feat: save-always flag by [@to-s](https://redirect.github.com/to-s) in [https://github.com/actions/cache/pull/1242](https://redirect.github.com/actions/cache/pull/1242)
#### New Contributors
- [@takost](https://redirect.github.com/takost) made their first contribution in [https://github.com/actions/cache/pull/1284](https://redirect.github.com/actions/cache/pull/1284)
- [@to-s](https://redirect.github.com/to-s) made their first contribution in [https://github.com/actions/cache/pull/1242](https://redirect.github.com/actions/cache/pull/1242)
**Full Changelog**: https://github.com/actions/cache/compare/v3...v4.0.0
### [`v3.3.3`](https://redirect.github.com/actions/cache/releases/tag/v3.3.3)
[Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.2...v3.3.3)
#### What's Changed
- Cache v3.3.3 by [@robherley](https://redirect.github.com/robherley) in [https://github.com/actions/cache/pull/1302](https://redirect.github.com/actions/cache/pull/1302)
#### New Contributors
- [@robherley](https://redirect.github.com/robherley) made their first contribution in [https://github.com/actions/cache/pull/1302](https://redirect.github.com/actions/cache/pull/1302)
**Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.3
### [`v3.3.2`](https://redirect.github.com/actions/cache/releases/tag/v3.3.2)
[Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.1...v3.3.2)
#### What's Changed
- Fixed readme with new segment timeout values by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1133](https://redirect.github.com/actions/cache/pull/1133)
- Readme fixes by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1134](https://redirect.github.com/actions/cache/pull/1134)
- Updated description of the lookup-only input for main action by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1130](https://redirect.github.com/actions/cache/pull/1130)
- Change two new actions mention as quoted text by [@bishal-pdMSFT](https://redirect.github.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/1131](https://redirect.github.com/actions/cache/pull/1131)
- Update Cross-OS Caching tips by [@pdotl](https://redirect.github.com/pdotl) in [https://github.com/actions/cache/pull/1122](https://redirect.github.com/actions/cache/pull/1122)
- Bazel example (Take [#2](https://redirect.github.com/actions/cache/issues/2)️⃣) by [@vorburger](https://redirect.github.com/vorburger) in [https://github.com/actions/cache/pull/1132](https://redirect.github.com/actions/cache/pull/1132)
- Remove actions to add new PRs and issues to a project board by [@jorendorff](https://redirect.github.com/jorendorff) in [https://github.com/actions/cache/pull/1187](https://redirect.github.com/actions/cache/pull/1187)
- Consume latest toolkit and fix dangling promise bug by [@chkimes](https://redirect.github.com/chkimes) in [https://github.com/actions/cache/pull/1217](https://redirect.github.com/actions/cache/pull/1217)
- Bump action version to 3.3.2 by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1236](https://redirect.github.com/actions/cache/pull/1236)
#### New Contributors
- [@vorburger](https://redirect.github.com/vorburger) made their first contribution in [https://github.com/actions/cache/pull/1132](https://redirect.github.com/actions/cache/pull/1132)
- [@jorendorff](https://redirect.github.com/jorendorff) made their first contribution in [https://github.com/actions/cache/pull/1187](https://redirect.github.com/actions/cache/pull/1187)
- [@chkimes](https://redirect.github.com/chkimes) made their first contribution in [https://github.com/actions/cache/pull/1217](https://redirect.github.com/actions/cache/pull/1217)
- [@bethanyj28](https://redirect.github.com/bethanyj28) made their first contribution in [https://github.com/actions/cache/pull/1236](https://redirect.github.com/actions/cache/pull/1236)
**Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.2
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v3.3.1
->v4.1.2
Release Notes
actions/cache (actions/cache)
### [`v4.1.2`](https://redirect.github.com/actions/cache/releases/tag/v4.1.2) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.1.1...v4.1.2) ##### What's Changed - Add Bun example by [@idleberg](https://redirect.github.com/idleberg) in [https://github.com/actions/cache/pull/1456](https://redirect.github.com/actions/cache/pull/1456) - Revise `isGhes` logic by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/cache/pull/1474](https://redirect.github.com/actions/cache/pull/1474) - Bump braces from 3.0.2 to 3.0.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1475](https://redirect.github.com/actions/cache/pull/1475) - Add dependabot.yml to enable automatic dependency upgrades by [@Link-](https://redirect.github.com/Link-) in [https://github.com/actions/cache/pull/1476](https://redirect.github.com/actions/cache/pull/1476) - Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1478](https://redirect.github.com/actions/cache/pull/1478) - Bump actions/stale from 3 to 9 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1479](https://redirect.github.com/actions/cache/pull/1479) - Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1483](https://redirect.github.com/actions/cache/pull/1483) - Bump actions/setup-node from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/cache/pull/1481](https://redirect.github.com/actions/cache/pull/1481) - Prepare `4.1.2` release by [@Link-](https://redirect.github.com/Link-) in [https://github.com/actions/cache/pull/1477](https://redirect.github.com/actions/cache/pull/1477) ##### New Contributors - [@idleberg](https://redirect.github.com/idleberg) made their first contribution in [https://github.com/actions/cache/pull/1456](https://redirect.github.com/actions/cache/pull/1456) - [@jww3](https://redirect.github.com/jww3) made their first contribution in [https://github.com/actions/cache/pull/1474](https://redirect.github.com/actions/cache/pull/1474) - [@Link-](https://redirect.github.com/Link-) made their first contribution in [https://github.com/actions/cache/pull/1476](https://redirect.github.com/actions/cache/pull/1476) **Full Changelog**: https://github.com/actions/cache/compare/v4...v4.1.2 ### [`v4.1.1`](https://redirect.github.com/actions/cache/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.1.0...v4.1.1) ##### What's Changed - Restore original behavior of `cache-hit` output by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/cache/pull/1467](https://redirect.github.com/actions/cache/pull/1467) **Full Changelog**: https://github.com/actions/cache/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://redirect.github.com/actions/cache/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.2...v4.1.0) ##### What's Changed - Fix cache-hit output when cache missed by [@fchimpan](https://redirect.github.com/fchimpan) in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404) - Deprecate `save-always` input by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/cache/pull/1452](https://redirect.github.com/actions/cache/pull/1452) ##### New Contributors - [@ottlinger](https://redirect.github.com/ottlinger) made their first contribution in [https://github.com/actions/cache/pull/1437](https://redirect.github.com/actions/cache/pull/1437) - [@Olegt0rr](https://redirect.github.com/Olegt0rr) made their first contribution in [https://github.com/actions/cache/pull/1377](https://redirect.github.com/actions/cache/pull/1377) - [@fchimpan](https://redirect.github.com/fchimpan) made their first contribution in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404) - [@x612skm](https://redirect.github.com/x612skm) made their first contribution in [https://github.com/actions/cache/pull/1434](https://redirect.github.com/actions/cache/pull/1434) - [@todgru](https://redirect.github.com/todgru) made their first contribution in [https://github.com/actions/cache/pull/1311](https://redirect.github.com/actions/cache/pull/1311) - [@Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/cache/pull/1463](https://redirect.github.com/actions/cache/pull/1463) - [@mackey0225](https://redirect.github.com/mackey0225) made their first contribution in [https://github.com/actions/cache/pull/1462](https://redirect.github.com/actions/cache/pull/1462) - [@quatquatt](https://redirect.github.com/quatquatt) made their first contribution in [https://github.com/actions/cache/pull/1445](https://redirect.github.com/actions/cache/pull/1445) **Full Changelog**: https://github.com/actions/cache/compare/v4.0.2...v4.1.0 ### [`v4.0.2`](https://redirect.github.com/actions/cache/releases/tag/v4.0.2) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.1...v4.0.2) #### What's Changed - Fix `fail-on-cache-miss` not working by [@cdce8p](https://redirect.github.com/cdce8p) in [https://github.com/actions/cache/pull/1327](https://redirect.github.com/actions/cache/pull/1327) **Full Changelog**: https://github.com/actions/cache/compare/v4.0.1...v4.0.2 ### [`v4.0.1`](https://redirect.github.com/actions/cache/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.0...v4.0.1) #### What's Changed - Update README.md by [@yacaovsnc](https://redirect.github.com/yacaovsnc) in [https://github.com/actions/cache/pull/1304](https://redirect.github.com/actions/cache/pull/1304) - Update examples by [@yacaovsnc](https://redirect.github.com/yacaovsnc) in [https://github.com/actions/cache/pull/1305](https://redirect.github.com/actions/cache/pull/1305) - Update actions/cache publish flow by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1340](https://redirect.github.com/actions/cache/pull/1340) - Update [@actions/cache](https://redirect.github.com/actions/cache) by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1341](https://redirect.github.com/actions/cache/pull/1341) #### New Contributors - [@yacaovsnc](https://redirect.github.com/yacaovsnc) made their first contribution in [https://github.com/actions/cache/pull/1304](https://redirect.github.com/actions/cache/pull/1304) **Full Changelog**: https://github.com/actions/cache/compare/v4...v4.0.1 ### [`v4.0.0`](https://redirect.github.com/actions/cache/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.3...v4.0.0) #### What's Changed - Update action to node20 by [@takost](https://redirect.github.com/takost) in [https://github.com/actions/cache/pull/1284](https://redirect.github.com/actions/cache/pull/1284) - feat: save-always flag by [@to-s](https://redirect.github.com/to-s) in [https://github.com/actions/cache/pull/1242](https://redirect.github.com/actions/cache/pull/1242) #### New Contributors - [@takost](https://redirect.github.com/takost) made their first contribution in [https://github.com/actions/cache/pull/1284](https://redirect.github.com/actions/cache/pull/1284) - [@to-s](https://redirect.github.com/to-s) made their first contribution in [https://github.com/actions/cache/pull/1242](https://redirect.github.com/actions/cache/pull/1242) **Full Changelog**: https://github.com/actions/cache/compare/v3...v4.0.0 ### [`v3.3.3`](https://redirect.github.com/actions/cache/releases/tag/v3.3.3) [Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.2...v3.3.3) #### What's Changed - Cache v3.3.3 by [@robherley](https://redirect.github.com/robherley) in [https://github.com/actions/cache/pull/1302](https://redirect.github.com/actions/cache/pull/1302) #### New Contributors - [@robherley](https://redirect.github.com/robherley) made their first contribution in [https://github.com/actions/cache/pull/1302](https://redirect.github.com/actions/cache/pull/1302) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.3 ### [`v3.3.2`](https://redirect.github.com/actions/cache/releases/tag/v3.3.2) [Compare Source](https://redirect.github.com/actions/cache/compare/v3.3.1...v3.3.2) #### What's Changed - Fixed readme with new segment timeout values by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1133](https://redirect.github.com/actions/cache/pull/1133) - Readme fixes by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1134](https://redirect.github.com/actions/cache/pull/1134) - Updated description of the lookup-only input for main action by [@kotewar](https://redirect.github.com/kotewar) in [https://github.com/actions/cache/pull/1130](https://redirect.github.com/actions/cache/pull/1130) - Change two new actions mention as quoted text by [@bishal-pdMSFT](https://redirect.github.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/1131](https://redirect.github.com/actions/cache/pull/1131) - Update Cross-OS Caching tips by [@pdotl](https://redirect.github.com/pdotl) in [https://github.com/actions/cache/pull/1122](https://redirect.github.com/actions/cache/pull/1122) - Bazel example (Take [#2](https://redirect.github.com/actions/cache/issues/2)️⃣) by [@vorburger](https://redirect.github.com/vorburger) in [https://github.com/actions/cache/pull/1132](https://redirect.github.com/actions/cache/pull/1132) - Remove actions to add new PRs and issues to a project board by [@jorendorff](https://redirect.github.com/jorendorff) in [https://github.com/actions/cache/pull/1187](https://redirect.github.com/actions/cache/pull/1187) - Consume latest toolkit and fix dangling promise bug by [@chkimes](https://redirect.github.com/chkimes) in [https://github.com/actions/cache/pull/1217](https://redirect.github.com/actions/cache/pull/1217) - Bump action version to 3.3.2 by [@bethanyj28](https://redirect.github.com/bethanyj28) in [https://github.com/actions/cache/pull/1236](https://redirect.github.com/actions/cache/pull/1236) #### New Contributors - [@vorburger](https://redirect.github.com/vorburger) made their first contribution in [https://github.com/actions/cache/pull/1132](https://redirect.github.com/actions/cache/pull/1132) - [@jorendorff](https://redirect.github.com/jorendorff) made their first contribution in [https://github.com/actions/cache/pull/1187](https://redirect.github.com/actions/cache/pull/1187) - [@chkimes](https://redirect.github.com/chkimes) made their first contribution in [https://github.com/actions/cache/pull/1217](https://redirect.github.com/actions/cache/pull/1217) - [@bethanyj28](https://redirect.github.com/bethanyj28) made their first contribution in [https://github.com/actions/cache/pull/1236](https://redirect.github.com/actions/cache/pull/1236) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.2Configuration
📅 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.