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

chore: replace custom cache step with config #11572

Merged
merged 2 commits into from Jun 15, 2022

Commits on Jun 15, 2022

  1. 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 <miketheman@gmail.com>
    miketheman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5978f88 View commit details
    Browse the repository at this point in the history
  2. 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 <miketheman@gmail.com>
    miketheman committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9e3516a View commit details
    Browse the repository at this point in the history