From 2d852ecceb9879a952db816f6f7b1b5c4589b8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:50:54 +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-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 afcf193c..bfb1a5df 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -120,7 +120,7 @@ jobs: rm Al* aluminum.txt aspirin.txt md17_aspirin.npz tutorial.ipynb tutorial.py - name: Run Doxygen - uses: mattnotmitt/doxygen-action@v1.9.8 + uses: mattnotmitt/doxygen-action@v1.12.0 with: doxyfile-path: "./Doxyfile" working-directory: "./docs"