From 15582503977edae6469504243719c573ab924d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:45:44 +0000 Subject: [PATCH] build(deps): bump ssciwr/doxygen-install from 1 to 2 Bumps [ssciwr/doxygen-install](https://github.com/ssciwr/doxygen-install) from 1 to 2. - [Release notes](https://github.com/ssciwr/doxygen-install/releases) - [Commits](https://github.com/ssciwr/doxygen-install/compare/v1...v2) --- updated-dependencies: - dependency-name: ssciwr/doxygen-install dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml index 04a96bb1..48d64daa 100644 --- a/.github/workflows/push-docs.yml +++ b/.github/workflows/push-docs.yml @@ -44,7 +44,7 @@ jobs: git config --global user.email "username@users.noreply.github.com" - name: install doxygen - uses: ssciwr/doxygen-install@v1 + uses: ssciwr/doxygen-install@v2 - name: install deps run: cd engine && pnpm i