From 3072c131cb21951925ea1056489efb96328f13f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 26 Sep 2023 00:45:52 -0400 Subject: [PATCH] swtpm: Bump to v0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 14594bd..ad563c7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -60,7 +60,7 @@ jobs: NVIDIA_CONTAINER_TAG: "v1.14.1" QEMU_TAG: "v8.1.1" SEABIOS_TAG: "rel-1.16.2" - SWTPM_TAG: "v0.8.0" + SWTPM_TAG: "v0.8.1" VIRTIOFSD_TAG: "v1.8.0" steps: - name: Checkout code