diff --git a/.github/install-doxygen/action.yml b/.github/install-doxygen/action.yml index 5dec168b20..82f667a87a 100644 --- a/.github/install-doxygen/action.yml +++ b/.github/install-doxygen/action.yml @@ -8,7 +8,7 @@ runs: echo "::group::Downloading" # Download currently (at the time of creation this action) latest version of Doxygen # because version in ubuntu repository (1.9.8) is outdated and buggy. - wget -O doxygen.tar.gz "https://github.com/doxygen/doxygen/releases/download/Release_1_16_1/doxygen-1.16.1.linux.bin.tar.gz" + wget -O doxygen.tar.gz "https://github.com/doxygen/doxygen/releases/download/Release_1_17_0/doxygen-1.17.0.linux.bin.tar.gz" echo "::endgroup::" echo "::group::Unpacking"