sampleproject icon indicating copy to clipboard operation
sampleproject copied to clipboard

Update workflow actions to remove warning messages

Open GuyHoozdis opened this issue 1 year ago • 1 comments

When GitHub Actions runs the test.yml workflow file a user warning is raised. One for each platform version combination in the matrix.

Screen Shot 2024-06-17 at 6 33 52 PM

Updating the checkout action and setup-python action resolve the issue.

  • Checkout: https://github.com/marketplace/actions/checkout
  • setup-python: https://github.com/marketplace/actions/setup-python

GuyHoozdis avatar Jun 17 '24 23:06 GuyHoozdis

I looked for any instructions for contributors, but didn't find any. If I overlooked, please point it out to me. Thanks.

GuyHoozdis avatar Jun 17 '24 23:06 GuyHoozdis

Open/closing to kickstart CI.

di avatar Nov 06 '24 22:11 di

Thanks!

di avatar Nov 06 '24 22:11 di