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 14:01:00 +02:00 committed by GitHub
parent 2566acc2e7
commit e38f5759c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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