newren / git-filter-repo

Quickly rewrite git repository history (filter-branch replacement)
Other
8.52k stars 708 forks source link

Update gha using dependabot monthly #519

Closed jlosito closed 4 months ago

jlosito commented 1 year ago

Some of the github actions used within this project are somewhat out dated. For example, the latest version of checkout is currently on v4, but this project is still using v2. This change will make use of dependabot to submit pull requests every month of updates of any of the github actions this project uses if there are newer versions released.

https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

newren commented 4 months ago

Seems reasonable; thanks!