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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user