-
Notifications
You must be signed in to change notification settings - Fork 605
Update version of GitHub Actions #1363
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
Conversation
This PR updates the version of the following actions: - hecrj/setup-rust-action from v1 to v2 - actions/checkout from v2 to v4
Pull Request Test Coverage Report for Build 10248179403Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! cc @alamb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -8,31 +8,31 @@ jobs: | |||
runs-on: ubuntu-latest | |||
steps: | |||
- name: Set up Rust | |||
uses: hecrj/setup-rust-action@v1 | |||
uses: hecrj/setup-rust-action@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a little worried about this action as it doesn't look very actively maintained
https://github.com/hecrj/setup-rust-action/issues
However, this is probably ok -- maybe we can find time to setup rust ourselves (using rustup install
)
Here is how we do it in DataFusion: https://github.com/apache/datafusion/blob/main/.github/actions/setup-builder/action.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alamb Thanks for your review and comment. I will be happy to do this when I get time.
This PR updates the version of the following actions: