Skip to content
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

bump actions versions, cache pip #32

Merged
merged 3 commits into from
Apr 10, 2022

Conversation

briantist
Copy link
Collaborator

Most of GutHub's actions have had a major version bump, primarily to bump their required version of Node, because the one being used is EoL soon.

This updates those versions in the composite actions and workflows.

The setup-python action also added cache support (before the major version bump). Enabling that too; it only caches the pip cache, not installed packages, so it won't save us from install time (Ansible itself being the major time taker there), only from download time, but that also means we will not ever end up with stale packages due to the cache.

We don't actually have a good set of files in this repo to hash as a cache key, but still I figure, can't hurt.

If this ends up worse for whatever reason, we can remove it.

@briantist briantist self-assigned this Apr 10, 2022
@briantist briantist merged commit df6ab7d into ansible-community:main Apr 10, 2022
@briantist
Copy link
Collaborator Author

thanks for reviewing @felixfontein !

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.

None yet

2 participants