Closed LingMan closed 1 year ago
Dependabot will automatically file PRs for updatable dependencies. The cargo section watches Cargo.toml while the github-actions section watches the workflow files in .github/workflows for possible updates to any of the action in use.
Cargo.toml
.github/workflows
Best to merge this after https://github.com/lambda-fairy/rust-errno/pull/60. Dependabot will open a PR updating actions/checkout to v3 once this is merged. It will auto-rebase if you merge https://github.com/lambda-fairy/rust-errno/pull/60 in between, but it might take a few minutes.
actions/checkout
v3
Dependabot will automatically file PRs for updatable dependencies. The cargo section watches
Cargo.toml
while the github-actions section watches the workflow files in.github/workflows
for possible updates to any of the action in use.Best to merge this after https://github.com/lambda-fairy/rust-errno/pull/60. Dependabot will open a PR updating
actions/checkout
tov3
once this is merged. It will auto-rebase if you merge https://github.com/lambda-fairy/rust-errno/pull/60 in between, but it might take a few minutes.