datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Update GitHub Actions action versions #46

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

We are currently using older versions of the updated GitHub Actions actions, and these older versions still use Node 12, which is deprecated.

This PR also configures Dependabot to create PRs updating workflows whenever a new version of a used action is released, as discussed in https://github.com/datalad/datalad-extensions/pull/105.

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.85% // Head: 92.85% // No change to project coverage :thumbsup:

Coverage data is based on head (ecc4be9) compared to base (aec8105). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ======================================= Coverage 92.85% 92.85% ======================================= Files 5 5 Lines 42 42 ======================================= Hits 39 39 Misses 3 3 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yarikoptic commented 1 year ago

ok, let's proceed and see where it takes us. Thank you @jwodder