Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

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

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

jhlegarreta
Copy link
Collaborator

@jhlegarreta jhlegarreta commented Mar 15, 2024

Fix GitHub workflow actions warnings linked to Node.js: bump
actions/checkout.

Fixes:

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

and

The following actions uses node12 which is deprecated and will be forced to run on node16:
actions/checkout@v2. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

raised for example in:
https://github.com/nipreps/eddymotion/actions/runs/8375229804

Fix GitHub workflow actions warnings linked to `Node.js`: bump
`actions/checkout`.

Fixes:
```
Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20:
actions/checkout@v2. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```

and
```
The following actions uses node12 which is deprecated and will be forced to run on node16:
actions/checkout@v2. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```

raised for example in:
https://github.com/nipreps/eddymotion/actions/runs/8375229804
@jhlegarreta jhlegarreta force-pushed the BumpActionsVersions branch from 2acba93 to 95bb5c6 Compare March 21, 2024 13:02
@oesteban oesteban merged commit 9331c53 into nipreps:main Mar 22, 2024
7 checks passed
@jhlegarreta jhlegarreta deleted the BumpActionsVersions branch March 22, 2024 13:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants