Browse Source

Bump mattnotmitt/doxygen-action from 1.9.8 to 1.12.0 (#1481)

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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 months ago
parent
commit
9b973686b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/doxygen.yml

+ 1 - 1
.github/workflows/doxygen.yml

@@ -13,7 +13,7 @@ jobs:
     - uses: actions/checkout@v4
         
     - name: Doxygen Action
-      uses: mattnotmitt/doxygen-action@v1.9.8
+      uses: mattnotmitt/doxygen-action@v1.12.0
       with:
         doxyfile-path: "./Doxyfile"
         working-directory: "."