From 1d86eba8c0d7bac1b8b7cc5c14f74e12582addbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:13:30 +0000 Subject: [PATCH] build(deps): bump systemd/mkosi from 10 to 14 Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 10 to 14. - [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/4d64fc8134f93d87ac584183e7762ac1d0efa0e5...c9772ec920f1cd03181ba14e6fe2c3d35ccb4f92) --- updated-dependencies: - dependency-name: systemd/mkosi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mkosi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 20943f4ef43e3..22a1f6aff31f7 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: systemd/mkosi@4d64fc8134f93d87ac584183e7762ac1d0efa0e5 + - uses: systemd/mkosi@c9772ec920f1cd03181ba14e6fe2c3d35ccb4f92 - name: Install run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2