diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-01 14:54:11 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-01 22:49:03 +0200 |
commit | 6aed4876e8bd74c6814a6d588b556d9f0ab1f021 (patch) | |
tree | 553cf5724482dc63a9364c289eb2952a1356a6bb /.github | |
parent | bpf: fix cross build failure on Debian (diff) | |
download | systemd-6aed4876e8bd74c6814a6d588b556d9f0ab1f021.tar.xz systemd-6aed4876e8bd74c6814a6d588b556d9f0ab1f021.zip |
build(deps): bump systemd/mkosi
Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from 2c9954fa51a3a995bbdc02db6ef51f5bd27bc1ba to 3454f7bd4ef0336ec80a117d593baaef0fe53398.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Commits](https://github.com/systemd/mkosi/compare/2c9954fa51a3a995bbdc02db6ef51f5bd27bc1ba...3454f7bd4ef0336ec80a117d593baaef0fe53398)
---
updated-dependencies:
- dependency-name: systemd/mkosi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index aa6ab8ad61..ef4c5ccda0 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -105,7 +105,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - - uses: systemd/mkosi@2c9954fa51a3a995bbdc02db6ef51f5bd27bc1ba + - uses: systemd/mkosi@3454f7bd4ef0336ec80a117d593baaef0fe53398 # 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 |