From d5ef0eeeef1802982bf3541d14785f4e4c9401e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:19:54 +0000 Subject: [PATCH] Bump fizyk/actions-reuse from 4.1.1 to 4.2.1 Bumps [fizyk/actions-reuse](https://github.com/fizyk/actions-reuse) from 4.1.1 to 4.2.1. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](https://github.com/fizyk/actions-reuse/compare/v4.1.1...v4.2.1) --- updated-dependencies: - dependency-name: fizyk/actions-reuse dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sphinx-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-doc.yml b/.github/workflows/sphinx-doc.yml index aacc781..5c41737 100644 --- a/.github/workflows/sphinx-doc.yml +++ b/.github/workflows/sphinx-doc.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - - uses: fizyk/actions-reuse/.github/actions/pipenv@v4.1.1 + - uses: fizyk/actions-reuse/.github/actions/pipenv@v4.2.1 with: python-version: "3.14" command: "sphinx-build -b html docs/source build/html"