-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time sensitive: upgrade @actions/cache
to ^4.0.0
#688
Conversation
@actions/cache
to ^4.0.0
@actions/cache
to ^4.0.0
@actions/cache
to ^4.0.0
@actions/cache
to ^4.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
d7592aa
to
61b62e6
Compare
The source repro for many of the packages in Is that desired? Regardless, maybe a |
Mmh, I just ran the pre-commit so
|
ad29d05
to
c12fda3
Compare
@MSP-Greg Thanks for noticing, I fixed that now by restoring the yarn.lock from master and rerunning |
@Link- Regarding
Is there a way to only create PRs for updates of the actions/cache package? |
No problem at all, it's really up to you how you'd like to manage this. It is possible to use: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/controlling-dependencies-updated#allowing-specific-dependencies-to-be-updated |
The cache backend service has been rewritten from the ground up for improved performance and reliability. The @actions/cache package 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 this release are fully backward compatible.
If you do not upgrade, all workflow runs using any of the deprecated @actions/cache packages will fail.
Upgrading to the recommended version should not break or require any changes to your workflows beyond the changes in this PR.
Please cut a new release after merging this PR.
More details: actions/toolkit#1890
Tip
I'd highly recommend adding the configuration below to your dependabot.yml to receive further upgrades we will be making to the cache package
The tests I ran are positive & everything is working as expected with the new service.