Skip to content

Conversation

@mcastellini
Copy link
Contributor

@mcastellini mcastellini commented Apr 18, 2025

pdm-project/setup-pdm uses a version of @actions/cache that has been deprecated as it references an old version of the cache service APIs, which has been turned off on April 15th, 2025.

This leads actions using pdm-project/setup-pdm to fail saving and restoring caches, emitting a warning like the following
Screenshot 2025-04-18 at 11 41 58
Screenshot 2025-04-18 at 11 42 30

This PR bumps the version of @actions/cache to the latest available one (v4.0.3), fixing the issue.

@frostming
Copy link
Contributor

This is still failing

@mcastellini
Copy link
Contributor Author

Apologies. I have reviewed the PR and fixed it, all the tests are now passing.

@frostming frostming merged commit 94a8231 into pdm-project:main Apr 23, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants