Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python?langId=py#caching-dependencies
What part(s) of the article would you like to see updated?
- In Add poetry caching support actions/setup-python#281, support for caching workflow dependencies for the
poetry
package manager (python) was added. Additional documentation can be seen here: https://github.com/actions/setup-python#caching-packages-dependencies - The affected docs page does not yet mention the
poetry
package manager as a supported package manager. - The missing package manager
poetry
should be added to the list of existing of supported package managers.
Additional information
No response