carpentries-incubator / SDC-BIDS-dMRI

Introduction to dMRI
https://carpentries-incubator.github.io/SDC-BIDS-dMRI/
Other
23 stars 17 forks source link

ENH: Fix `build, test` workflow actions warnings linked to `Node.js` #247

Closed jhlegarreta closed 7 months ago

jhlegarreta commented 7 months ago

Fix build, test workflow action warnings linked to Node.js: bump actions/cache to v4, actions/setup-python to v5, and actions/checkout to v4.

Fixes:

Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20:
actions/cache@v3, actions/setup-python@v4, actions/checkout@v3.
For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.i

raised for example in: https://github.com/carpentries-incubator/SDC-BIDS-dMRI/actions/runs/7910734041

netlify[bot] commented 7 months ago

Deploy Preview for sdc-bids-dmri failed.

Name Link
Latest commit 1c04c884a42e79eec5a13bb5978a65469d07d734
Latest deploy log https://app.netlify.com/sites/sdc-bids-dmri/deploys/65d14ce56fa51c00085a31e5
jhlegarreta commented 7 months ago

Warnings are gone. Merging.