From 77c9a42b2dc9762828928f512f12333580ddb22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:34:39 +0000 Subject: [PATCH] Bump mattnotmitt/doxygen-action from 1.1.0 to 1.12.0 Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.1.0 to 1.12.0. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](https://github.com/mattnotmitt/doxygen-action/compare/v1.1.0...v1.12.0) --- updated-dependencies: - dependency-name: mattnotmitt/doxygen-action dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index fa06688..95e717d 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -57,7 +57,7 @@ jobs: run: mvn --file pom.xml -U clean package && cp -r ./target/apidocs/. ./docs/build/apidocs - name: Doxygen Action - uses: mattnotmitt/doxygen-action@v1.1.0 + uses: mattnotmitt/doxygen-action@v1.12.0 with: doxyfile-path: "./Doxyfile" working-directory: "."