about summary refs log tree commit diff
path: root/.github/workflows/dependencies.yml
AgeCommit message (Collapse)AuthorLines
2023-09-07ci: actions/checkout@v3 to actions/checkout@v4Keita Nonaka-2/+2
2023-06-25CI: do not run Bump dependencies workflow on forksJakub Beránek-0/+3
2023-06-10run `cargo update` weeklyPeter Jaszkowiak-0/+139
- Keep Cargo.lock dependencies current - Presents output from `cargo update` in commit and PR - Edit existing open PR, otherwise open a new one - Skip if existing open PR is S-waiting-on-bors