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

Fix GitHub actions warnings #95

Merged
merged 2 commits into from
Dec 1, 2022

Conversation

martin-g
Copy link
Member

@martin-g martin-g commented Dec 1, 2022

Which issue does this PR close?

Closes #94 .

Rationale for this change

Reduce warnings from Github actions.

What changes are included in this PR?

Update github actions to their latest versions to solve some of the warnings.
Added a dependabot config that will send PRs whenever a new version of an action is available.

Are there any user-facing changes?

No.

Add dependabot.yml for keeping them up-to-date. Also for the Rust
dependencies.

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
@martin-g
Copy link
Member Author

martin-g commented Dec 1, 2022

Note that there are still some warnings due to actions-rs/toolchain. Since it is not maintained anymore I'd suggest to replace it with https://github.com/dtolnay/rust-toolchain

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @martin-g

@andygrove andygrove merged commit d1884a8 into apache:master Dec 1, 2022
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.

Github actions produce a lot of warnings
2 participants