You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace custom cache step with config (#11572)
* chore: replace custom cache step with config
The `actions/setup-python@v2` and higher included a built-in cache
restore and post-run save step, meaning we can now retire our custom
steps for the configuration we want and gain some speed here.
Refs: actions/setup-python#266
Refs: https://github.com/actions/setup-python#caching-packages-dependencies
Signed-off-by: Mike Fiedler <[email protected]>
* chore: replace custom cache step with config
The `actions/setup/node@v2` introduced support for configuring cache for
npm.
Since we use defaults, no changes are necessary other than setting the
installer type.
Refs: actions/setup-node#272
Signed-off-by: Mike Fiedler <[email protected]>
0 commit comments