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 build, test workflow actions warnings linked to Node.js #247

Merged
merged 1 commit into from
Feb 18, 2024
Merged

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

merged 1 commit into from
Feb 18, 2024

Conversation

jhlegarreta
Copy link
Contributor

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

Copy link

netlify bot commented Feb 17, 2024

Deploy Preview for sdc-bids-dmri failed.

Name Link
🔨 Latest commit 1c04c88
🔍 Latest deploy log https://app.netlify.com/sites/sdc-bids-dmri/deploys/65d14ce56fa51c00085a31e5

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
@jhlegarreta
Copy link
Contributor Author

Warnings are gone. Merging.

@jhlegarreta jhlegarreta merged commit 929bb24 into carpentries-incubator:main Feb 18, 2024
5 of 10 checks passed
@jhlegarreta jhlegarreta deleted the FixGitHubActionsNodejsWarning branch February 18, 2024 01:40
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.

1 participant