From 6ccb14af882673dd488ec86ef9f9e8421b126300 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 26 Feb 2025 14:58:39 +0100 Subject: [PATCH] mkosi: Update to latest --- .github/workflows/coverage.yml | 2 +- .github/workflows/mkosi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6c505c6074..0be4e40cab 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@87c540a5cf9fe24bb79fa946b9617d10e7f02b7e + - uses: systemd/mkosi@6e64559161c1a5ed88ad1eacdd77f9a45cbbf6a6 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 69bbb6f6b8..f448e3efa4 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@87c540a5cf9fe24bb79fa946b9617d10e7f02b7e + - uses: systemd/mkosi@6e64559161c1a5ed88ad1eacdd77f9a45cbbf6a6 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location