Skip to content

Commit 48f9b50

Browse files
workflows: change kas dump lock command to kas lock
Since kas 4.6 using kas dump --lock --inplace is deprecated, update command to the new lock plugin. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent c628768 commit 48f9b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-yocto.yml

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

3737
- name: Run kas lock
3838
run: |
39-
${KAS_CONTAINER} dump --update --lock --inplace ci/base.yml
39+
${KAS_CONTAINER} lock --update ci/base.yml
4040
4141
- uses: actions/upload-artifact@v4
4242
with:

0 commit comments

Comments
 (0)