diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-03 23:25:23 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-05 21:18:32 +0100 |
commit | c008b703701e676a88e16de4c867b9fc4818070d (patch) | |
tree | 4221779382ca85c498fef74f06c51722e903d0de /.github | |
parent | mkosi: update debian commit reference (diff) | |
download | systemd-c008b703701e676a88e16de4c867b9fc4818070d.tar.xz systemd-c008b703701e676a88e16de4c867b9fc4818070d.zip |
mkosi: Update to latest
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
-rw-r--r-- | .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 4d90641d1a..587a1c0c5b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@ba07d53000b6c560ad0b9f07550aca93c0284e88 + - uses: systemd/mkosi@7051715d8541d4d077a218f7445976225ec74d78 # 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 4d128822fb..873ed589b6 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@ba07d53000b6c560ad0b9f07550aca93c0284e88 + - uses: systemd/mkosi@7051715d8541d4d077a218f7445976225ec74d78 # 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 |