From 97b9472d4a8ac504aa33757c2b7f3b820b300b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:11:12 +0000 Subject: [PATCH] Bump ssciwr/doxygen-install from 1 to 2 Bumps [ssciwr/doxygen-install](https://github.com/ssciwr/doxygen-install) from 1 to 2. - [Release notes](https://github.com/ssciwr/doxygen-install/releases) - [Commits](https://github.com/ssciwr/doxygen-install/compare/v1...v2) --- updated-dependencies: - dependency-name: ssciwr/doxygen-install dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 9837ce164..ce331d113 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -31,7 +31,7 @@ jobs: dot -V - name: Install Doxygen - uses: ssciwr/doxygen-install@v1 + uses: ssciwr/doxygen-install@v2 with: version: "1.14.0"