From fca385429800d2622e633daee0243a2bdfdbd375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:02:35 +0000 Subject: [PATCH] build(deps): bump systemd/mkosi Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 5f39f28f91c9401572e34f7bc8e23cee53531388 to 693cb8fffa193fd1de3e9aa09224b13f8d9f93ab. - [Release notes](https://github.com/systemd/mkosi/releases) - [Commits](https://github.com/systemd/mkosi/compare/5f39f28f91c9401572e34f7bc8e23cee53531388...693cb8fffa193fd1de3e9aa09224b13f8d9f93ab) --- updated-dependencies: - dependency-name: systemd/mkosi dependency-version: 693cb8fffa193fd1de3e9aa09224b13f8d9f93ab 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 fcd0313..cc052b7 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@5f39f28f91c9401572e34f7bc8e23cee53531388 + - uses: systemd/mkosi@693cb8fffa193fd1de3e9aa09224b13f8d9f93ab - name: Build RPM run: mkosi - name: Verify RPM contents