From c249459a06363e4d5c27d04ebc3de177ccb69a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:24:49 +0000 Subject: [PATCH] Bump mattnotmitt/doxygen-action from 1.1.0 to 1.9.8 Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.1.0 to 1.9.8. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](https://github.com/mattnotmitt/doxygen-action/compare/v1.1.0...v1.9.8) --- updated-dependencies: - dependency-name: mattnotmitt/doxygen-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index cf09ba3df..eaeb03f8a 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -118,7 +118,7 @@ jobs: sudo apt-get install python3-sphinx python3-sphinx-rtd-theme python3-breathe python3-nbsphinx - name: Run Doxygen - uses: mattnotmitt/doxygen-action@v1.1.0 + uses: mattnotmitt/doxygen-action@v1.9.8 with: # Path to Doxyfile doxyfile-path: "./Doxyfile" # default is ./Doxyfile