From 1fef59da87b3ed70ce22483799d1a8220d3b3a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:13:28 +0000 Subject: [PATCH] Bump ammaraskar/sphinx-action from 8.1.3 to 8.2.3 Bumps [ammaraskar/sphinx-action](https://github.com/ammaraskar/sphinx-action) from 8.1.3 to 8.2.3. - [Release notes](https://github.com/ammaraskar/sphinx-action/releases) - [Commits](https://github.com/ammaraskar/sphinx-action/compare/df895b1e03f7f920991e8bd910e4b1f566cd1863...54e52bfb642e9b60ea5b6bcb05fe3f74b40d290a) --- updated-dependencies: - dependency-name: ammaraskar/sphinx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_catalog_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 9eb8e3cd4..a466b80e8 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -21,7 +21,7 @@ jobs: with: python-version: '3.13' - - uses: ammaraskar/sphinx-action@df895b1e03f7f920991e8bd910e4b1f566cd1863 # v8.1.3 + - uses: ammaraskar/sphinx-action@54e52bfb642e9b60ea5b6bcb05fe3f74b40d290a # v8.2.3 with: docs-folder: "user_manual/" pre-build-command: "pip install -r requirements.txt"