Currently there's a bunch of actions that are outdated, e.g.
|
- uses: actions/checkout@v2 |
which is already on
v4.
Adding a dependabot.yml to update these on a sane interval (weekly?) could help us.
It will automatically create PRs updating the CI GitHub actions.
dependabot was recently implemented in rust-bitcoin, see rust-bitcoin/rust-bitcoin#2052.
Currently there's a bunch of actions that are outdated, e.g.
bdk/.github/workflows/audit.yml
Line 16 in 2867e88
which is already on
v4.Adding a
dependabot.ymlto update these on a sane interval (weekly?) could help us.It will automatically create PRs updating the CI GitHub actions.
dependabot was recently implemented in
rust-bitcoin, see rust-bitcoin/rust-bitcoin#2052.