From 4b8edc68f9f4111ccb5ba40c048431874ce8afab Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 24 Feb 2025 22:24:52 +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 81ba85fe27f..6c505c60745 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@13eb5b68bd5fb234dd0da3b242d80954faf91b95 + - uses: systemd/mkosi@87c540a5cf9fe24bb79fa946b9617d10e7f02b7e # 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 6ed7a48efa1..69bbb6f6b87 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@13eb5b68bd5fb234dd0da3b242d80954faf91b95 + - uses: systemd/mkosi@87c540a5cf9fe24bb79fa946b9617d10e7f02b7e # 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