]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump systemd/mkosi
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 May 2026 10:59:56 +0000 (10:59 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 3 May 2026 09:47:21 +0000 (10:47 +0100)
Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 66d51024b7149f40be4702e84275c936373ace97 to 9a28ad20bbea61894ea7b971d318a71f4374cf3b.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Commits](https://github.com/systemd/mkosi/compare/66d51024b7149f40be4702e84275c936373ace97...9a28ad20bbea61894ea7b971d318a71f4374cf3b)

---
updated-dependencies:
- dependency-name: systemd/mkosi
  dependency-version: 9a28ad20bbea61894ea7b971d318a71f4374cf3b
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/coverage.yml
.github/workflows/linter.yml
.github/workflows/mkosi.yml

index c2b9493f6d8bab506a12359f8b672d36fd20c1fd..ef366657fc9f79d62a940fd5bd397505801d0122 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
         with:
           persist-credentials: false
-      - uses: systemd/mkosi@66d51024b7149f40be4702e84275c936373ace97
+      - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b
 
       # 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
index 775b4f3f9d6fd803f234cddd1b5ed2a6535f85ca..070f9b814e125f0cafcd66c7c928600546c41823 100644 (file)
@@ -40,7 +40,7 @@ jobs:
           GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
           ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
 
-      - uses: systemd/mkosi@66d51024b7149f40be4702e84275c936373ace97
+      - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b
 
       - 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'
index 859e50a34ccc8e8ee74e10a1522be4eca9a50f5a..6c734cbdae8772967ccd460ccb18e8b8afc519ad 100644 (file)
@@ -169,7 +169,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
         with:
           persist-credentials: false
-      - uses: systemd/mkosi@66d51024b7149f40be4702e84275c936373ace97
+      - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b
 
       # 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