Skip to content

Commit

Permalink
chore(deps): bump mattnotmitt/doxygen-action from 1.9.5 to 1.9.8 (#311)
Browse files Browse the repository at this point in the history
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](mattnotmitt/doxygen-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 6c9bf5d commit 5cf0e1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
uses: mattnotmitt/doxygen-action@v1.9.8
with:
doxyfile-path: "doxygen/Doxyfile"
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
uses: mattnotmitt/doxygen-action@v1.9.8
with:
doxyfile-path: "doxygen/Doxyfile4GeneralUsers"
- name: Upload artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
uses: mattnotmitt/doxygen-action@v1.9.8
with:
doxyfile-path: "doxygen/Doxyfile"
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
uses: mattnotmitt/doxygen-action@v1.9.8
with:
doxyfile-path: "doxygen/Doxyfile4GeneralUsers"

0 comments on commit 5cf0e1c

Please sign in to comment.