about summary refs log tree commit diff
path: root/.github/workflows/dependencies.yml
AgeCommit message (Collapse)AuthorLines
2025-08-12chore(ci): upgrade checkout to v5Rej Ect-2/+2
chore(ci): upgrade checkout to v5
2025-07-04Assign dependency bump PRs to meclubby789-0/+1
2024-12-19ci: use ubuntu `24` instead of `latest`MarcoIeni-3/+3
2024-09-29add title to compiler updateklensy-2/+4
2024-08-19Update `library/Cargo.toml` in weekly jobTrevor Gross-1/+6
Before the workspace split, the library was covered by the weekly `cargo update` cron job. Now that the library has its own workspace, it doesn't get these updates. Add `library/Cargo.toml` to the job so updates happen again.
2024-08-14Fix dependencies cron jobEric Huss-1/+1
2024-07-22Move rustbook to its own workspace.Eric Huss-2/+8
2024-05-09awk stage0 file on CIonur-ozkan-1/+1
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-03-26Revert `cargo update` changesclubby789-12/+7
2024-03-25Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzolbors-2/+2
Update upload-artifact to v4 This contains a breaking change around artifact merging no longer being done. This was not relied on, so it's fine.
2024-03-23Update upload-artifact to v4Nilstrieb-2/+2
This contains a breaking change around artifact merging no longer being done. This was not relied on, so it's fine.
2024-03-18Cancel `cargo update` job if there's no changesclubby789-3/+6
2024-03-14Bump `cargo update` PR more oftenclubby789-2/+4
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