From 844f18edb8f5b4335300a02caefd92589a26fe47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 13:18:23 +0000 Subject: [PATCH] build(deps): bump systemd/mkosi from 10 to 11 Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 10 to 11. - [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...6575c8236f1ee20bfeec8e9a35b36afbd79c64b1) --- 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..69324ce3db6a1 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@6575c8236f1ee20bfeec8e9a35b36afbd79c64b1 - name: Install run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2