wrapper-validation-action icon indicating copy to clipboard operation
wrapper-validation-action copied to clipboard

Autoupdate github actions

Open james-s-w-clark opened this issue 3 years ago • 0 comments

Summary This will keep stuff like - uses: actions/checkout@v2 updated (v3 is latest) in Github Actions, e.g. in the CI Action

Actions are often updated with bug fixes and new features to make automated processes more reliable, faster, and safer. When you enable Dependabot version updates for GitHub Actions, Dependabot will help ensure that references to actions in a repository's workflow.yml file are kept up to date. ~ https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

Update frequency could probably be daily - I don't think there'll be loads of major version changes :)

james-s-w-clark avatar Jul 09 '22 08:07 james-s-w-clark