diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-09-09 15:45:41 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-09-09 15:45:41 +0200 |
commit | aa72f856a14dc6afcb70661114b264b21b2fa2fd (patch) | |
tree | b9bb4191f7fc289df27e97e0718dcfd04718972a /.github/workflows/mkosi.yml | |
parent | serialize: add common deserialize_read_line() helper and use it everywhere (diff) | |
download | systemd-aa72f856a14dc6afcb70661114b264b21b2fa2fd.tar.xz systemd-aa72f856a14dc6afcb70661114b264b21b2fa2fd.zip |
mkosi: Update to latest
Diffstat (limited to '')
-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 7b9ad6a67f..d46b7d1782 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - - uses: systemd/mkosi@cb5974d013f7c4c2a45f67c9ae990767e32e9034 + - uses: systemd/mkosi@adaa41512aa30c952daae5ba0abcf2622d66b93b - name: Configure run: | |