From 036e4f29028c57e29f11cac2ef20bc1fa974fdfb Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 10 Jan 2023 09:16:08 +0100 Subject: [PATCH] ci: doc-build: use Doxygen 1.9.6 Use the latest release of Doxygen, 1.9.6. Signed-off-by: Gerard Marull-Paretas --- .github/workflows/doc-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 197a5ec5977..cbc20d1c5d8 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -30,7 +30,7 @@ env: # The latest CMake available directly with apt is 3.18, but we need >=3.20 # so we fetch that through pip. CMAKE_VERSION: 3.20.5 - DOXYGEN_VERSION: 1.9.4 + DOXYGEN_VERSION: 1.9.6 jobs: doc-build-html: