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 actions on GitHub Actions workflows #133

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Update actions on GitHub Actions workflows #133

merged 1 commit into from
Apr 22, 2023

Conversation

striezel
Copy link
Contributor

@striezel striezel commented Apr 21, 2023

The following updates are performed:

Still using the older versions of those actions will generate some warning like in this run: https://github.com/NiklasEi/bevy_asset_loader/actions/runs/4702644986

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

The PR will get rid of those warnings for actions/checkout and actions/cache, because their newer versions use Node.js 16.

The following updates are performed:
* update actions/checkout to v3
* update actions/cache to v3
@NiklasEi NiklasEi merged commit ae9e3be into NiklasEi:main Apr 22, 2023
@striezel striezel deleted the ci-actions-update branch April 22, 2023 21:33
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