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

Update github actions' versions #237

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

emiliofernandes
Copy link

Github Actions prints the following warnings:

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

For example see https://github.com/ccsb-scripps/AutoDock-Vina/actions/runs/6097045926

While here also improve the names of the CI job and steps

v2 used Node v12 which is not more supported. 
Github Actions prints the following warnings:
```
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
For example see https://github.com/ccsb-scripps/AutoDock-Vina/actions/runs/6097045926

While here also improve the names of the CI job and steps
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