issues
search
pyTooling
/
Actions
Reusable steps and workflows for GitHub Actions
https://pytooling.github.io/Actions/
Other
31
stars
5
forks
source link
v0.4.4
#57
Closed
umarcor
closed
2 years ago
umarcor
commented
2 years ago
Features
Add dependabot configuration file.
Changes
Update pull-request template.
with-post-step: use Node.js 16 instead of Node.js 12
set-output and set-state are deprecated; use envvars instead. See
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
.
Update actions/checkout, actions/setup-python, actions/upload-artifact, actions/download-artifact, geekyeggo/delete-artifact and codecov/codecov-action.
Paebbels
commented
2 years ago
The changes are duplicates of #51 and cause merge conflicts.
Features
Changes