Skip to content

Commit 3a374da

Browse files
committed
try and avoid library conflicts
1 parent a587d2b commit 3a374da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Update Version
120120
run: |
121-
cargo install cargo-edit --version 0.11.11
121+
cargo install cargo-edit --version 0.11.11 --locked
122122
cargo set-version --offline --package stackable-cockpit 0.0.0-pr${{ github.event.pull_request.number }}
123123
124124
# Recreate charts and publish charts and docker image. The "-e" is needed as we want to override the

0 commit comments

Comments
 (0)