From b5182c826915208ea58f7380cc2465fa9d506130 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Thu, 23 Mar 2023 11:21:04 +0100 Subject: [PATCH] [skip ci] Quote version string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea3c71..c743e1b 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Optionally, you can specify the desired Doxygen version ``` - uses: ssciwr/doxygen-install@v1 with: - version: 1.9.5 + version: "1.9.5" ```