Open mikemanger opened 6 months ago
Updates both actions/checkout and actions/setup-python to remove warnings about deprecated Node.js in workflow logs.
actions/checkout
actions/setup-python
Note it might also be worth configuring Dependabot to cover this.
Dependabot is enabled for this repo, so a PR configuring it would be great.
Thanks, I have added a basic config file to this PR
Updates both
actions/checkout
andactions/setup-python
to remove warnings about deprecated Node.js in workflow logs.