simple-login / Simple-Login-Android

Android client for SimpleLogin
https://play.google.com/store/apps/details?id=io.simplelogin.android
Other
347 stars 39 forks source link

Create dependabot.yml to ensure all GitHub Actions are kept up to date #112

Open Trainax opened 1 year ago

Trainax commented 1 year ago

Some workflows in this repository use deprecated Node 12 GitHub Actions. Some examples are:

Those actions should be updated to their last version which uses Node 16 to avoid running old deprecated Node 12 Actions in Node 16 (for more information see here).

By configuring dependabot automatic PRs will be made to ensure all actions are kept up to date