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

ENH: Fix workflow actions warnings linked to Node.js #233

Merged

Commits on Jun 29, 2024

  1. ENH: Fix workflow actions warnings linked to Node.js

    Fix format linter and testing  workflow actions warnings linked to
    `Node.js`: bump `actions/setup-python` to v5.
    
    Take advantage of the commit to bump `actions/cache` to v4.
    
    Fixes:
    ```
    Node.js 16 actions are deprecated.
     Please update the following actions to use Node.js 20:
     actions/setup-python@v4.
     For more information see:
     https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    ```
    
    raised for example in:
    https://github.com/SlicerDMRI/whitematteranalysis/actions/runs/9719632509
    jhlegarreta committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    718e966 View commit details
    Browse the repository at this point in the history