Fix fail-on-cache-miss not working by cdce8p · Pull Request #1327 · actions/cache (original) (raw)
cdce8p changed the title
Fix Fix fail-on-cache-miss not workingfail-on-cache-miss not working
Co-authored-by: Bethany bethanyj28@users.noreply.github.com
cdce8p deleted the fix-fail-on-cache-miss branch
Bzomak added a commit to Bzomak/oolite-msys2 that referenced this pull request
github-actions Bot pushed a commit to cirruslabs/cache that referenced this pull request
Fix fail-on-cache-miss not working
jonathanperret added a commit to jonathanperret/ayab-desktop that referenced this pull request
jonathanperret added a commit to jonathanperret/ayab-desktop that referenced this pull request
jonathanperret added a commit to jonathanperret/ayab-desktop that referenced this pull request
jonathanperret added a commit to jonathanperret/ayab-desktop that referenced this pull request
dl1com pushed a commit to AllYarnsAreBeautiful/ayab-desktop that referenced this pull request
fbidu added a commit to fbidu/cookie-py that referenced this pull request
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| actions/cache | major | v4 → v5.0.5 |
Release Notes
actions/cache (actions/cache)
v5.0.5
What's Changed
- Update ts-http-runtime dependency by @yacaovsnc in #1747
Full Changelog: <actions/cache@v5...v5.0.5>
v5.0.4
What's Changed
- Add release instructions and update maintainer docs by @Link- in #1696
- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by @Link- in #1697
- Fix workflow permissions and cleanup workflow names / formatting by @Link- in #1699
- docs: Update examples to use the latest version by @XZTDean in #1690
- Fix proxy integration tests by @Link- in #1701
- Fix cache key in examples.md for bun.lock by @RyPeck in #1722
- Update dependencies & patch security vulnerabilities by @Link- in #1738
New Contributors
Full Changelog: <actions/cache@v5...v5.0.4>
v5.0.3
What's Changed
- Bump
@actions/cacheto v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>) - Bump
@actions/coreto v2.0.3
Full Changelog: <actions/cache@v5...v5.0.3>
v5.0.2: v.5.0.2
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
v5.0.1
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.If you are using self-hosted runners, ensure they are updated before upgrading.
v5.0.1
What's Changed
- fix: update @actions/cache for Node.js 24 punycode deprecation by @salmanmkc in #1685
- prepare release v5.0.1 by @salmanmkc in #1686
v5.0.0
What's Changed
- Upgrade to use node24 by @salmanmkc in #1630
- Prepare v5.0.0 release by @salmanmkc in #1684
Full Changelog: <actions/cache@v5...v5.0.1>
v5.0.0
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.If you are using self-hosted runners, ensure they are updated before upgrading.
What's Changed
- Upgrade to use node24 by @salmanmkc in #1630
- Prepare v5.0.0 release by @salmanmkc in #1684
Full Changelog: <actions/cache@v4.3.0...v5.0.0>
v5
v4.3.0
What's Changed
- Add note on runner versions by @GhadimiR in #1642
- Prepare
v4.3.0release by @Link- in #1655
New Contributors
- @GhadimiR made their first contribution in #1642
Full Changelog: <actions/cache@v4...v4.3.0>
v4.2.4
What's Changed
- Update README.md by @nebuk89 in #1620
- Upgrade
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by @Link- in #1634 - Prepare release
4.2.4by @Link- in #1636
New Contributors
Full Changelog: <actions/cache@v4...v4.2.4>
v4.2.3
What's Changed
- Update to use @actions/cache 4.0.3 package & prepare for new release by @salmanmkc in #1577 (SAS tokens for cache entries are now masked in debug logs)
New Contributors
- @salmanmkc made their first contribution in #1577
Full Changelog: <actions/cache@v4.2.2...v4.2.3>
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump @actions/cache to v4.0.2 by @robherley in #1560
Full Changelog: <actions/cache@v4.2.1...v4.2.2>
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by @janco-absa in #1526
- docs: Make the "always save prime numbers" example more clear by @Tobbe in #1525
- Update force deletion docs due a recent deprecation by @sebbalex in #1500
- Bump @actions/cache to v4.0.1 by @robherley in #1554
New Contributors
- @janco-absa made their first contribution in #1526
- @Tobbe made their first contribution in #1525
- @sebbalex made their first contribution in #1500
Full Changelog: <actions/cache@v4.2.0...v4.2.1>
v4.2.0
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
- @actions/core:
1.11.1 - @actions/io:
1.1.3 - @vercel/ncc:
0.38.3
Full Changelog: <actions/cache@v4.1.2...v4.2.0>
v4.1.2
What's Changed
- Add Bun example by @idleberg in #1456
- Revise
isGheslogic by @jww3 in #1474 - Bump braces from 3.0.2 to 3.0.3 by @dependabot in #1475
- Add dependabot.yml to enable automatic dependency upgrades by @Link- in #1476
- Bump actions/checkout from 3 to 4 by @dependabot in #1478
- Bump actions/stale from 3 to 9 by @dependabot in #1479
- Bump github/codeql-action from 2 to 3 by @dependabot in #1483
- Bump actions/setup-node from 3 to 4 by @dependabot in #1481
- Prepare
4.1.2release by @Link- in #1477
New Contributors
- @idleberg made their first contribution in #1456
- @jww3 made their first contribution in #1474
- @Link- made their first contribution in #1476
Full Changelog: <actions/cache@v4.1.1...v4.1.2>
v4.1.1
What's Changed
- Restore original behavior of
cache-hitoutput by @joshmgross in #1467
Full Changelog: <actions/cache@v4.1.0...v4.1.1>
v4.1.0
What's Changed
- Fix cache-hit output when cache missed by @fchimpan in #1404
- Deprecate
save-alwaysinput by @joshmgross in #1452
New Contributors
- @ottlinger made their first contribution in #1437
- @Olegt0rr made their first contribution in #1377
- @fchimpan made their first contribution in #1404
- @x612skm made their first contribution in #1434
- @todgru made their first contribution in #1311
- @Jcambass made their first contribution in #1463
- @mackey0225 made their first contribution in #1462
- @quatquatt made their first contribution in #1445
Full Changelog: <actions/cache@v4.0.2...v4.1.0>
v4.0.2
What's Changed
Full Changelog: <actions/cache@v4.0.1...v4.0.2>
v4.0.1
What's Changed
- Update README.md by @yacaovsnc in #1304
- Update examples by @yacaovsnc in #1305
- Update actions/cache publish flow by @bethanyj28 in #1340
- Update @actions/cache by @bethanyj28 in #1341
New Contributors
- @yacaovsnc made their first contribution in #1304
Full Changelog: <actions/cache@v4...v4.0.1>
Configuration
📅 Schedule: (UTC)
- 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 has been generated by Mend Renovate.
Reviewed-on: https://git.lx.e6a.app/tools/cookie-py/pulls/86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})