From 9ef19a5d614a68e4a60ab3c22b65a4a8edc54411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:39:48 +0000 Subject: [PATCH] build(deps): bump mattnotmitt/doxygen-action from 1.9.5 to 1.9.8 Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.9.5 to 1.9.8. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](https://github.com/mattnotmitt/doxygen-action/compare/v1.9.5...v1.9.8) --- updated-dependencies: - dependency-name: mattnotmitt/doxygen-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c6413be..b9c5fe5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -119,7 +119,7 @@ jobs: - uses: actions/checkout@v4 - name: Generate documentation - uses: mattnotmitt/doxygen-action@v1.9.5 + uses: mattnotmitt/doxygen-action@v1.9.8 with: working-directory: docs doxyfile-path: Doxyfile