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:
Piotr Osiewicz
2025-07-28 12:01:00 +00:00
committed by GitHub
parent 2566acc2e7
commit e38f5759c4
+1 -1
View File
@@ -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