sampleproject
sampleproject copied to clipboard
Update workflow actions to remove warning messages
When GitHub Actions runs the test.yml workflow file a user warning is raised. One for each platform version combination in the matrix.
Updating the checkout action and setup-python action resolve the issue.
Checkout: https://github.com/marketplace/actions/checkoutsetup-python: https://github.com/marketplace/actions/setup-python
I looked for any instructions for contributors, but didn't find any. If I overlooked, please point it out to me. Thanks.
Open/closing to kickstart CI.
Thanks!