This PR adds a configuration to tell Dependabot to update the versions used for some well-known GitHub Actions, such as checkout, in order to avoid deprecation warnings when those get too old. Documentation
I'm not keen on adding a dependency on Dependabot, especially since this only involves Github actions which are not critical. So, for the time being, I will not add this.
This PR adds a configuration to tell Dependabot to update the versions used for some well-known GitHub Actions, such as
checkout
, in order to avoid deprecation warnings when those get too old. Documentation