From 5f226d92e2412756b3f7998973d144936e8dbd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:53:09 +0000 Subject: [PATCH] Bump mattnotmitt/doxygen-action from 1.9.8 to 1.12.0 Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.9.8 to 1.12.0. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](https://github.com/mattnotmitt/doxygen-action/compare/v1.9.8...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/dox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dox.yml b/.github/workflows/dox.yml index e72e026..c60764d 100644 --- a/.github/workflows/dox.yml +++ b/.github/workflows/dox.yml @@ -95,7 +95,7 @@ jobs: run: make -C smax-postgres README-smax-postgres.md - name: Generate smax-postgres apidocs - uses: mattnotmitt/doxygen-action@v1.9.8 + uses: mattnotmitt/doxygen-action@v1.12.0 with: additional-packages: font-roboto working-directory: ./smax-postgres