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

CI: use newer versions of GH Actions #16

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

olleolleolle
Copy link
Contributor

@olleolleolle olleolleolle commented Oct 24, 2023

In order to avoid warnings output in CI screens.

The following actions uses node12 which is deprecated and will be forced to run on node16: 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/

With this change, we got no such warning.

In order to avoid warnings output in CI screens.

> The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Copy link
Owner

@ioquatix ioquatix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that seems reasonable to me.

@ioquatix ioquatix merged commit 2328232 into ioquatix:main Oct 24, 2023
16 of 18 checks passed
@olleolleolle olleolleolle deleted the update-ci-gh-actions branch October 24, 2023 12:19
@olleolleolle
Copy link
Contributor Author

@ioquatix Should a change like this go into bake-modernize, too?

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.

2 participants