ci: Use cargo update --locked instead of --frozen (#35192)
This fixes false positives when e.g. bumping git deps Release Notes: - N/A
This commit is contained in:
parent
2566acc2e7
commit
e38f5759c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -271,7 +271,7 @@ jobs:
|
|||
|
||||
- name: Check that Cargo.lock is up to date
|
||||
run: |
|
||||
cargo update --frozen --workspace
|
||||
cargo update --locked --workspace
|
||||
|
||||
- name: cargo clippy
|
||||
run: ./script/clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue