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

Chore[CI]: update github actions that rely on Node16 #289

Open
demeringo opened this issue May 24, 2024 · 0 comments · May be fixed by #290
Open

Chore[CI]: update github actions that rely on Node16 #289

demeringo opened this issue May 24, 2024 · 0 comments · May be fixed by #290
Labels
good first issue Good for newcomers

Comments

@demeringo
Copy link
Collaborator

demeringo commented May 24, 2024

Problem

Github is deprecating Node 16, we need to upgrade the github actions that use it to newer version.

https://github.com/Boavizta/boaviztapi/actions/runs/8921036143

For example we have warning in current workflows:

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

Solution

Update the versions of github actions that use node 16 (e.g. docker/build-push-action@v5)

Alternatives

Additional context or elements

@demeringo demeringo added good first issue Good for newcomers labels May 24, 2024
@demeringo demeringo linked a pull request May 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant