Re: [PR] chore(deps): bump actions/cache from 3 to 4 [apisix-dashboard]

2025-05-09 Thread via GitHub


dependabot[bot] commented on PR #2989:
URL: 
https://github.com/apache/apisix-dashboard/pull/2989#issuecomment-2865260038

   Looks like actions/cache is no longer a dependency, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] chore(deps): bump actions/cache from 3 to 4 [apisix-dashboard]

2025-05-08 Thread via GitHub


dependabot[bot] closed pull request #2989: chore(deps): bump actions/cache from 
3 to 4
URL: https://github.com/apache/apisix-dashboard/pull/2989


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] chore(deps): bump actions/cache from 3 to 4 [apisix-dashboard]

2025-04-17 Thread via GitHub


dependabot[bot] opened a new pull request, #2989:
URL: https://github.com/apache/apisix-dashboard/pull/2989

   Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
   
   Release notes
   Sourced from https://github.com/actions/cache/releases";>actions/cache's 
releases.
   
   v4.0.0
   What's Changed
   
   Update action to node20 by https://github.com/takost";>@​takost in https://redirect.github.com/actions/cache/pull/1284";>actions/cache#1284
   feat: save-always flag by https://github.com/to-s";>@​to-s in https://redirect.github.com/actions/cache/pull/1242";>actions/cache#1242
   
   New Contributors
   
   https://github.com/takost";>@​takost made their 
first contribution in https://redirect.github.com/actions/cache/pull/1284";>actions/cache#1284
   https://github.com/to-s";>@​to-s made their 
first contribution in https://redirect.github.com/actions/cache/pull/1242";>actions/cache#1242
   
   Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0";>https://github.com/actions/cache/compare/v3...v4.0.0
   v3.4.3
   What's Changed
   
   Bump @​actions/cache to v4.0.2 by https://github.com/robherley";>@​robherley
   
   Full Changelog: https://github.com/actions/cache/compare/v3.4.2...v3.4.3";>https://github.com/actions/cache/compare/v3.4.2...v3.4.3
   v3.4.2
   What's Changed
   
   [!IMPORTANT]
   As a reminder, there were important backend changes to release v3.4.0, see 
https://github.com/actions/cache/releases/tag/v3.4.0";>those release 
notes and https://github.com/actions/cache/discussions/1510";>the 
announcement for more details.
   
   
   Bump @​actions/cache to v4.0.1 by https://github.com/robherley";>@​robherley in https://redirect.github.com/actions/cache/pull/1554";>actions/cache#1554
   
   Full Changelog: https://github.com/actions/cache/compare/v3.4.0...v3.4.2";>https://github.com/actions/cache/compare/v3.4.0...v3.4.2
   v3.4.1
   
   [!WARNING]
   This version was incorrectly released using a SHA pointing to a newer 
version for https://redirect.github.com/github/roadmap/issues/592";>immutable 
actions only. Please use v3.4.2 (or v3) 
instead.
   
   v3.4.0
   ⚠️ Important Changes
   The cache backend service has been rewritten from the ground up for 
improved performance and reliability. https://github.com/actions/cache";>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 https://github.com/actions/cache";>actions/cache will fail.
   Upgrading to the recommended versions will not break your workflows.
   Read more about the change & access the migration guide: https://github.com/actions/cache/discussions/1510";>reference to the 
announcement.
   Minor changes
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/actions/cache/blob/main/RELEASES.md";>actions/cache's 
changelog.
   
   Releases
   4.2.3
   
   Bump @actions/cache to v4.0.3 (obfuscates SAS token in 
debug logs for cache entries)
   
   4.2.2
   
   Bump @actions/cache to v4.0.2
   
   4.2.1
   
   Bump @actions/cache to v4.0.1
   
   4.2.0
   TLDR; The cache backend service has been rewritten from the ground up for 
improved performance and reliability. https://github.com/actions/cache";>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 https://github.com/actions/cache";>actions/cache will fail.
   Upgrading to the recommended versions will not break your workflows.
   4.1.2
   
   Add GitHub Enterprise Cloud instances hostname filters to inform API 
endpoint choices - https://redirect.github.com/actions/cache/pull/1474";>#1474
   Security fix: Bump braces from 3.0.2 to 3.0.3 - https://redirect.github.com/actions/cache/pull/1475";>#1475
   
   4.1.1
   
   Restore original behavior of cache-hit output - https://redirect.github.com/actions/cache/pull/1467";>#1467
   
   4.1.0
   
   Ensure cache-hit output is set when a cache is missed - https://redirect.github.com/actions/cache/pull/1404";>#1404
   Deprecate save-a