From 8c02558307c311a732c0d6dd28124da6dd765628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 14:04:05 +0000 Subject: [PATCH] build(deps): bump systemd/mkosi Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 9a28ad20bbea61894ea7b971d318a71f4374cf3b to 9077634badfbb33cd76b70f3236a697edd6825f1. - [Release notes](https://github.com/systemd/mkosi/releases) - [Commits](https://github.com/systemd/mkosi/compare/9a28ad20bbea61894ea7b971d318a71f4374cf3b...9077634badfbb33cd76b70f3236a697edd6825f1) --- updated-dependencies: - dependency-name: systemd/mkosi dependency-version: 9077634badfbb33cd76b70f3236a697edd6825f1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f49abb..a66375e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b + - uses: systemd/mkosi@9077634badfbb33cd76b70f3236a697edd6825f1 - name: Build RPM run: mkosi - name: Verify RPM contents