diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-01 10:01:53 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-02-01 10:48:30 +0100 |
commit | 15796f28ead21158b3e1d77eb72219b2cdb1230c (patch) | |
tree | 25af1d737723de8d5c004a3ebfe128145fab0d3f | |
parent | build(deps): bump actions/github-script from 6.3.3 to 6.4.0 (diff) | |
download | systemd-15796f28ead21158b3e1d77eb72219b2cdb1230c.tar.xz systemd-15796f28ead21158b3e1d77eb72219b2cdb1230c.zip |
build(deps): bump systemd/mkosi
Bumps [systemd/mkosi](https://github.com/systemd/mkosi) from f36983f552a197faf9e36361cc68a297e68bee73 to 500f93a36cc3d5bf1d06848a0a8870bf1424625f.
- [Release notes](https://github.com/systemd/mkosi/releases)
- [Changelog](https://github.com/systemd/mkosi/blob/main/NEWS.md)
- [Commits](https://github.com/systemd/mkosi/compare/f36983f552a197faf9e36361cc68a297e68bee73...500f93a36cc3d5bf1d06848a0a8870bf1424625f)
---
updated-dependencies:
- dependency-name: systemd/mkosi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 b97ce6eee5..d952e6b31b 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - - uses: systemd/mkosi@f36983f552a197faf9e36361cc68a297e68bee73 + - uses: systemd/mkosi@500f93a36cc3d5bf1d06848a0a8870bf1424625f - name: Configure run: | |