From a24a8332017d122595380a22fd8af44cb34cabd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:42:30 +0000 Subject: [PATCH] Bump systemd/mkosi from 18 to 19 Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 18 to 19. - [Release notes](https://github.com/systemd/mkosi/releases) - [Changelog](https://github.com/systemd/mkosi/blob/main/NEWS.md) - [Commits](https://github.com/systemd/mkosi/compare/v18...v19) --- updated-dependencies: - dependency-name: systemd/mkosi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sysexts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sysexts.yml b/.github/workflows/sysexts.yml index ea54459..179b281 100644 --- a/.github/workflows/sysexts.yml +++ b/.github/workflows/sysexts.yml @@ -15,7 +15,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Setup mkosi - uses: systemd/mkosi@v18 + uses: systemd/mkosi@v19 - name: Build base image run: sudo mkosi --architecture=${{ matrix.arch }} working-directory: ./sysexts/mkosi/debian-testing-base