From 799042af4edf5a93968dc1bd189409eef9c95ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 06:31:53 +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-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/doxygen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index d906c439..f18122ca 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: mattnotmitt/doxygen-action@v1.9.8 + - uses: mattnotmitt/doxygen-action@v1.12.0 with: working-directory: 'enzyme/' doxyfile-path: 'doxygen.cfg'