From 62e4691a19c6df0836ec26369ac6e4bf3f0d878d Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 8 Jan 2024 11:52:22 +0100 Subject: [PATCH] Bump to v1.10.0 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c743e1b..d2f9209 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.10.0" ``` diff --git a/action.yml b/action.yml index bd58ccd..47827bc 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: "The Doxygen version to install" required: false - default: "1.9.8" + default: "1.10.0" runs: using: "composite" steps: