diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3edcff25f5b..7e919bccbf6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false - - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7 + - uses: systemd/mkosi@f7762b71437227922a367bb89597843c77494ef9 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d44ad6c7466..df2d50c3cdb 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -40,7 +40,7 @@ jobs: GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false - - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7 + - uses: systemd/mkosi@f7762b71437227922a367bb89597843c77494ef9 - name: Check that tabs are not used in Python code run: sh -c '! git grep -P "\\t" -- src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 5f99cdbc51a..c5356fc3e50 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false - - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7 + - uses: systemd/mkosi@f7762b71437227922a367bb89597843c77494ef9 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 71fa0182d39..b9d8bacccb4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -74,7 +74,7 @@ jobs: with: persist-credentials: false - - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7 + - uses: systemd/mkosi@f7762b71437227922a367bb89597843c77494ef9 - name: Build tools tree run: | diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 2216ada89de..505dc0bd5d2 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7 +MinimumVersion=commit:f7762b71437227922a367bb89597843c77494ef9 Dependencies= minimal-base minimal-0