From b10a0a4ad69541a2cbae9df643c67c3292930a25 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 27 Jan 2025 11:26:13 +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 e76794116bf..7e2ba0f3173 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@0df7ef3f404b211fbc8d856214929de10311ee22 + - uses: systemd/mkosi@0de0aa905625317ff10cc4b44ec9379a7aa65aa6 # 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 6f6df0ddf93..d662d65dad2 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@0df7ef3f404b211fbc8d856214929de10311ee22 + - uses: systemd/mkosi@0de0aa905625317ff10cc4b44ec9379a7aa65aa6 # 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 -- 2.47.3